Skip Navigation
4 评论
  • Learn how to test (which is also what the article recommends).

    Write unit tests. Write property-based tests. I don't care which ones, but automate the SHIT out of your tests.

    Also curse at your school for not teaching you this from day one.

    Alas, I don't know any articles or books on how to learn, because school didn't teach me either. I learned the theory from Uncle Bob, among some others, but had to learn the actual work from work...

  • You keep practicing, and when you feel like you mastered the language enough, if you want to, you learn another language. I learned Python then started learning Rust. Now I don't want to go back because I feel like I'm more productive with Rust.