DEV Community

Discussion on: Productivity Tips From Developers to Developers

Collapse
 
ama profile image
Adrian Matei • Edited

My 20 sats in the following points:

  1. Write readable and not complicated/fancy code - you'll thank yourself later
  2. Don't just copy paste code snippets from stackoverflow - try to understand what is going on - use a snippet manager to save the useful ones, so you don't have to do "deep" searches on google again
  3. Read the docs first, then look for other blog entries to solve a problem
  4. Read the source code if the project is open source and the docs are not enough
  5. don't sell yourself cheap
  6. hands on projects / side projects are the best way to learn a technology
  7. stop wasting time - I took this matter in my own hands and developed a tool to manage my dev bookmarks and snippets to retrieve them fast and easy - Codever

Some comments have been hidden by the post's author - find out more