|
|
|
|
|
by chatmasta
2812 days ago
|
|
The best habit that any developer can have is reading code. It’s shocking how few devs spend time reading code; whether the code is from library dependencies or entirely unrelated third party projects, I always learn something new just by reading it. Not every developer is blogging their best practices. If you want to see them and learn from them, the best place to look is in the code. Honestly I think we should be reading at least 10x the amount of code we write. For every novel an author writes, how many novels do you think they read? Certainly more than ten. Why shouldn’t we do the same? In a world awash with open source code, there is really no excuse not to be reading as much of it as possible. |
|
Maybe it's just me vOv