Are code generators bad?

后端 未结 26 1664
耶瑟儿~
耶瑟儿~ 2021-02-07 07:44

I use MyGeneration along with nHibernate to create the basic POCO objects and XML mapping files. I have heard some people say they think code generators are not a good idea. Wha

26条回答
  •  既然无缘
    2021-02-07 08:42

    The first C++ compilers were code generators that spit out C code (CFront).

    I'm not sure if this is an argument for or against code generators.

提交回复
热议问题