Do I always have to think about performance?

后端 未结 21 703
小蘑菇
小蘑菇 2021-02-04 04:16

I come from a DBA world and performance has always been an obsession. I am turning to development and I always think about performance, constantly, all the time.

Reading

21条回答
  •  伪装坚强ぢ
    2021-02-04 04:40

    It is best to write code and then identify critical areas that would benefit most from optimization.

    Sometimes code gets replaced, removed or refactored. Optimizing too much code can be a waste of valuable time.

提交回复
热议问题