Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 1.66 KB

README.md

File metadata and controls

37 lines (19 loc) · 1.66 KB

clean-code-js

Clean coding principles in javascript collected from various articles and other sources

Repo was inspired by the following sources

Collection of tips and techniques for clean code have been taking from, apart from the owner's own experience in writing and reviewing code, the following resources:

Articles

Link to series of articles on clean code by Carlillo

Level Up Medium articles by John Au Yeung

An article on arrow functions by Dmitri Pavlutin

Jecelyn Yeen's article on writing better conditionals

Zendev article on arrow functions

Article by Joel Spolsky where he defends Hungarian Notation

Article by John Wolfe on usage of var

Repositories

Link to Ryan's repo

Videos & Courses

FreeCodeCamp on Youtube - Clean Code (Beau Teaches Javascript)

Books

Clean Code in Javascript

Simplifying Javascript