How to push further as a programmer?

后端 未结 21 1891
傲寒
傲寒 2021-02-02 14:33

For the last, hmm, 6 months I\'ve been reading into Programming in C, I got myself K&Rv2, BEEJ\'s socket guide, Expert C programming, Linux Systems Programming, the ISO/IEC

21条回答
  •  青春惊慌失措
    2021-02-02 15:13

    Consider reading more content on the "concepts" of programming than purely syntax:

    • Don't Make Me Think by Steve Krug
    • Code Complete: A Practical Handbook of Software Construction

    Join a mailing list/newsletter/magazine/podcasts for programmers in your area of expertise: http://www.drdobbs.com/cpp/;jsessionid=XVZEO0SKOCRRBQE1GHPCKH4ATMY32JVN

    Visit StackOverflow.com and try to solve issues periodically to give yourself a mental challenge and help others.

提交回复
热议问题