Tagged “clean-code”
-
TIL a clean way to add classes based on the page in Vue clean-code arrays vue
If your pages exist in a array, use the includes() to check.
-
TIL match expression (like switch) php clean-code
Use the match($var) method to filter the results to exactly what you want.
-
TIL Pure and Impure Functions functional-programming javascript clean-code
A important piece of Functional Programming is creating Pure Functions. NO SIDE EFFECTS
See all tags.