freeCodeCamp/client
Manish Giri 6b4dd7addd fix (guide): Improve Java Lambda Expressions (#19423)
* fix (guide): Improve Java Lambda Expressions

Introduced several changes to the guide on Java Lambda Expressions. Currently, the guide is titled "Lambda Expressions" while it talks about the Stream API, which is an entirely different topic. It introduces code using Lambda expressions without even explaining what lambda expressions are.

Added content about Lambda Expressions - what they are, how they are written, etc. The new content would be helpful when reading about the subsequent content on Stream API.

The code introduced in Stream API also uses 'Method References' without any explanation of what they are. Added a link to an article about Method References for now, and will add more content about it soon.

Also fixed several style and formatting errors.

* Basic editing.
2018-10-16 15:42:04 +11:00
..
config fix(build): Make build unrelient on root level deps (take 2) 2018-09-06 16:07:03 +01:00
plugins ci: update tests to pass for english 2018-10-12 04:50:51 +05:30
src fix (guide): Improve Java Lambda Expressions (#19423) 2018-10-16 15:42:04 +11:00
static chore(git): Update .gitignores 2018-10-09 09:49:01 +01:00
utils fix: add env var to build language files 2018-10-09 16:46:14 +05:30
.babelrc chore(client): Move client app to /client 2018-09-03 17:47:48 +05:30
.gitignore chore(git): Update .gitignores 2018-10-09 09:49:01 +01:00
.prettierrc fix(build): Fix netlify build 2018-09-06 11:35:04 +01:00
gatsby-browser.js feat(guide): Import guide in to the client app 2018-10-05 15:58:12 +01:00
gatsby-config.js fix(source-plugin): Switch out gatsby-source-filesystem 2018-10-05 15:58:12 +01:00
gatsby-node.js fix(source-plugin): Switch out gatsby-source-filesystem 2018-10-05 15:58:12 +01:00
gatsby-ssr.js feat(guide): Import guide in to the client app 2018-10-05 15:58:12 +01:00
jest.config.js chore(learn): Merge learn in to the client app 2018-09-30 12:42:40 +01:00
jest.transform.js chore(learn): Merge learn in to the client app 2018-09-30 12:42:40 +01:00
package-lock.json fix(lock-files): Commit lock files 2018-10-12 20:41:42 +05:30
package.json chore(curriculum): Bump pkg version to fix build 2018-10-05 15:58:12 +01:00
webpack-frame-runner.js chore(learn): Merge learn in to the client app 2018-09-30 12:42:40 +01:00