▲ | nice_byte 4 days ago | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ignore this advice. spend plenty of time studying data structures and algorithms as well as computer architecture. these are actually difficult things that take a long time to understand and will have a positive impact on your career. study the underlying disciplines of your preferred domain. in general, focus on more fundamental things and limit the amount of time you spend on stupid shit like frameworks, build systems, quirks of an editor or a programming language. all these things will find a way to steal your time _anyway_, and your time is extremely precious. "testing" is not fundamental. there is no real skill to be learned there, it's just one of those things that will find a way to steal your time anyway so there is no point in focusing actively on it. put it that way: you will NEVER get the extra time to study fundamental theory. you will ALWAYS be forced to spend time to write tests. if you somehow find the time, spend it on things that are worth it. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | KevinMS 4 days ago | parent | next [-] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
> "testing" is not fundamental. there is no real skill to be learned there, it's just one of those things that will find a way to steal your time anyway so there is no point in focusing actively on it. that's an edgy take and a red flag | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | blind_tomato 4 days ago | parent | prev [-] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
I'll ignore your advice. It's one-sided and misleading, lacking the nuances the OP had. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|