what are some of the most basic things every programmer should know? 每個程序員應該知道的最基本的東西有哪些?

 

  • Bad architecture causes more problems than bad code.

  • 相較於糟糕的代碼,糟糕的架構會導致更多的問題

  • You will spend more time thinking than coding.

  • 思考的時間應大於編碼的時間

  • The best programmers are always building things.

  • 優秀的程序員會製作工具

  • There’s always a better way.

  • 總是會有更好的實現方式

  • Code reviews by your peers will make all of you better.

  • 讓你的同事重溫你的代碼會使你變得優秀

  • Fewer features for better code is always the right answer in the end.

  • 減少功能以獲得更好的代碼總是最終正確的答案

  • If it’s not tested, it doesn’t work.

  • 代碼上線前必須測試

  • Don’t reinvent the wheel, library code is there to help.

  • 不要重複造輪子,代碼庫是有幫助的對你

  • Code that’s hard to understand is hard to maintain.

  • 難以理解的代碼難以維護

  • Code that’s hard to maintain is next to useless.

  • 難以維護的代碼是幾乎沒用的

  • Always know how your business makes money, that determines who gets paid what.

  • 要知道你的公司怎樣賺錢,因爲這決定你能獲得多少薪水

  • If you want to feel important as a software developer, work at a tech company.

  • 如果你想成爲一個被覺得很重要的軟件開發工程師,那麼你就要去技術型公司

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章