http://gothoxeo4g2yqa3ba27z3sigeprlwan3deogkejooe7zqccou6qgkvad.onion/bsonmez/clean-code-javascript/tree/turkish-translation
Kötü: /** * 2016-12-20: Removed monads, didn't understand them (RM) * 2016-10-01: Improved using special monads (JP) * 2016-02-03: Removed type-checking (LI) * 2015-03-14: Added combine with type-checking (JR) */ function combine ( a , b ) { return a + b ; } İyi: function combine ( a , b ) { return a + b ; } ⬆ Başa dön Yer belirleyicilerden kaçının Bunlar genellikle kirlilik yaratır.