Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 488 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 488 Bytes

Elemar Jr 2017 DevXperience Talk

The consultant Elemar Jr. gave us a brilliant talk about programming best practices. He has showed us that an adoption of some functional programming techniques helps improve performance and reduce the errors.

Themes Like:

  • Immutability
  • High Order Functions
  • Parallelism
  • Lazyness
    • Here he reimplemented step by step the LINQ, now it’s became very easy to understand. It is completed demystified.