15

Don't read random 3rd party books for the tools you are using. Read the official docs first. Then you may stop whining about updates ruining your projects.

Comments
  • 2
    I see this too often when someone is trying to pick up a new framework they'll go straight to Google (which is normal Dev practice) and just go on whatever, however that makes sense when you have established an understanding of that framework but when building something from scratch it is always good to at least start with the official docs. Even with specific issues, start there and then branch out if it's not quite covered, otherwise you could be using out of date stuff (which is even more prevalent with JavaScript frameworks and the rate at which they keep reinventing themselves)
Add Comment