I'm always reading fast, fun and idiomatic framework. opinated, idiomatic framework, with idiomatic syntax. What does idiomatic means in software design and how to write, think and design idiomatic software and code? Or even what principles to keep in mind while writing (or trying) idiomatic code?
Asked
Active
Viewed 424 times
0
-
1Read this https://stackoverflow.com/questions/84102/what-is-idiomatic-code – Masoud Keshavarz Mar 30 '19 at 03:45
1 Answers
3
Idiomatic programming is programming using code that is natural to that language, much like idioms in natural language.
An example would be using arrow functions in ES6.
Is it worth idiomatic programming? An ES6 example
I think you need to know the language well before you can code in an idiomatic way.

James
- 128
- 3