@roelmagdaleno
Web Development. WordPress. Good Practices.
Hey, I'm Roel! I'm a web developer working with PHP, WordPress, Laravel and JavaScript.
Nothing here yet.
No blogs yet.
That menu looks creative, thanks for your guide. The only thing that concerns me is the use of @import , which is bad for performance because slows down the initial render. Check these links explaining that: https://gtmetrix.com/avoid-css-import.html https://csswizardry.com/2018/11/css-and-network-performance/
Awesome article. Clean code and good practices should be a must topic to learn. One opinion, though. I think 1. Conditionals needs more explanation about why is wrong to use a negative condition because negative conditions are frequently used in Guard Clauses . Actually, Tip #1 and #14 would be similar. Thanks!