|
|
|
|
|
by aniviacat
718 days ago
|
|
I think you are trying to address different audiences. While your tips are mostly targeted at people who are already working as programmers, the parent comment's tips are mostly targeted at complete beginners. E.g. this tip: - There is no substitute for doing. Less tutorials, more coding. is directly addressing a common mistake for absolute beginners. Many beginners will read (or worse yet, watch) loads of coding tutorials while doing little themsves. It is an issue a complete beginner encounters and understands. Your tip on the other hand: > If you (or your team) are shooting yourselves in the foot constantly, fix the gun is addressing people working on medium to large projects with internal tooling. That is not a situation a complete beginner finds themselves in; it's a situation someone who already works in programming for a while finds themselves in. I wouldn't necessarily say your tips are too abstract; they are simply too high level for a complete beginner. That is not necessarily a bad thing; perhaps the you of 15 years ago already had the basic understanding necessary to be able to comprehend and make use of your tips. |
|