zoukankan      html  css  js  c++  java
  • what are some of the most basic things every programmer should know?

    1. Bad architecture causes more problems than bad code.相较于糟糕的代码,糟糕的架构会导致更多的问题

    2. You will spend more time thinking than coding.思考的时间应大于编码的时间

    3.The best programmers are always building things.优秀的程序员会制作工具

    1. There’s always a better way.总是会有更好的实现方式

    2. Code reviews by your peers will make all of you better.让你的同事重温你的代码会使你变得优秀

    3. Fewer features for better code is always the right answer in the end.减少功能以获得更好的代码总是最终正确的答案

    4. If it’s not tested, it doesn’t work.代码上线前必须测试

    5. Don’t reinvent the wheel, library code is there to help.不要重复造轮子,代码库是有帮助的对你

    6. Code that’s hard to understand is hard to maintain.难以理解的代码难以维护

    7. Code that’s hard to maintain is next to useless.难以维护的代码是几乎没用的

    8. Always know how your business makes money, that determines who gets paid what.要知道你的公司怎样赚钱,因为这决定你能获得多少薪水

    9. If you want to feel important as a software developer, work at a tech company.如果你想成为一个被觉得很重要的软件开发工程师,那么你就要去技术型公司

  • 相关阅读:
    校园网络安全CTF 第一题 和 你真了解我吗?
    href="#" 链接到当前页面
    Redis的Set无序集合命令
    Redis的List链表类型命令
    Redis的String、Hash类型命令
    redis2.8.xx安装配置
    ZendFramework安装配置
    复选框的全选、反选
    列表中被点击的行加亮背景色
    SQL中的替换函数replace()使用
  • 原文地址:https://www.cnblogs.com/xiuzhublog/p/13716215.html
Copyright © 2011-2022 走看看