zoukankan      html  css  js  c++  java
  • free and paid compilers

    https://embeddedgurus.com/stack-overflow/2010/02/is-gcc-a-good-compiler/

    The true productivity stopper I have found is not in which tool is being used but simply not knowing enough about the tool you are using (ie. which linker option or pragma does what). Pick your tools out of a hat; whichever they might be, and really learn to use them and you will undoubtably be most productive with those tools.

    Another productivity stopper is trying some fancy abstraction around coding something that should really be done in a much simpler way.

    阻碍生产力的另一个因素是什么呢?人们经常使用漂亮的复杂的软件抽象来解决问题,但是很多时间这样的尝试正好起了反作用,所有让你的代码更简单、更直接一点吧。

  • 相关阅读:
    设计模式之装饰者模式
    每天一点点
    生财有道
    地图的移动和缩放
    钱分割
    位运算
    ref和out
    使用startCoroutine制定倒计时
    静态类和单例类
    Awake和Start
  • 原文地址:https://www.cnblogs.com/bitxj/p/7986037.html
Copyright © 2011-2022 走看看