Performance anti patterns

前端 未结 18 917
天涯浪人
天涯浪人 2021-02-05 19:29

I am currently working for a client who are petrified of changing lousy un-testable and un-maintainable code because of \"performance reasons\". It is clear t

18条回答
  •  南笙
    南笙 (楼主)
    2021-02-05 19:56

    The elephant in the room: Focusing on implementation-level micro-optimization instead of on better algorithms.

提交回复
热议问题