Performance anti patterns

前端 未结 18 1090
天涯浪人
天涯浪人 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条回答
  •  旧时难觅i
    2021-02-05 19:47

    I believe it is a common myth that super lean code "close to the metal" is more performant than an elegant domain model.

    This was apparently de-bunked by the creator/lead developer of DirectX, who re-wrote the c++ version in C# with massive improvements. [source required]

提交回复
热议问题