clean-code-javascript icon indicating copy to clipboard operation
clean-code-javascript copied to clipboard

:bathtub: Clean Code concepts adapted for JavaScript

Results 190 clean-code-javascript issues
Sort by recently updated
recently updated
newest added

Overall this guide is excellent but you're really going to have to sell me on not commenting code. In my eyes, the code is how but how else do you...

Added ternary (conditional) operator which is an alternative form of the if/else statement that helps you to write conditional code blocks in a more concise way.

Checking the db for "isClientActive" would likely return a promise, and this makes ```clientRecord.isActive``` always return false since clientRecord is actually a Promise which doesn't have isActive prop.. But even...

i have modified/add one file

I've added a Persian translation to the list. It can help people who are speaking Persian or Farsi from all around the world to write cleaner code in Javascript.

I found this repository and translated it to study for myself. There's already a Korean translation, but it's a little different from mine. I hope my contribution will be added....

Persian translation clean code js https://github.com/amirshnll/clean-code-javascript @ryanmcdermott

- Edit function call - Improve table html design -