Web languages
- You can fin everything on web development on the web !
-
- - everything can be good - comprehensive, advanced notion.
- - everything can be bad - outdated, non standard, overkill, dangerous practices.
- \(\Rightarrow\) Use internet ressources, but wisely !
-
- - Do not follow blindly every website that seems to have a solution
- - Keep analyzing the code
- - Double check comments and suggestions
- Common issues: Out-date practices, Over-use of heavy library/frameworks
-
- - HTML has evolved a lot through years
- - Many non developer users (as long as it works)
- - Old clever tricks may be replaced by simpler/cleaner standard code
-
- CSS animation, flexbox, grid-layout, new JS standard, etc.