egg-react-ssr icon indicating copy to clipboard operation
egg-react-ssr copied to clipboard

Readme英文版问题汇总

Open i5ting opened this issue 6 years ago • 1 comments

1\ boilerplate vs skeleton ?

Boilerplate code From Wikipedia, the free encyclopedia In computer programming, boilerplate code or boilerplate is the sections of code that have to be included in many places with little or no alteration. It is often used when referring to languages that are considered verbose, i.e. the programmer must write a lot of code to do minimal jobs. The need for boilerplate can be reduced through high-level mechanisms such as metaprogramming (which has the computer automatically write the needed boilerplate text), convention over configuration (which provides good default values, reducing the need to specify program details in every project) and model-driven engineering (which uses models and model-to-code generators, eliminating the need for boilerplate manual code).

bolierplate描述项目的结构的,而skeleton描述实际应用的

我感觉bolierplate可能会更合适一点

i5ting avatar Dec 11 '19 08:12 i5ting

Think about the name "stencil", just a piece of advice. @i5ting

wilsonwangdev avatar Jan 13 '20 09:01 wilsonwangdev