zhangyuang / egg-react-ssr

最小而美的Egg + React + SSR 服务端渲染应用骨架,同时支持JS和TS
http://doc.ssr-fc.com/
MIT License
1.91k stars 211 forks source link

Readme英文版问题汇总 #133

Open i5ting opened 4 years ago

i5ting commented 4 years ago

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可能会更合适一点

barnett617 commented 4 years ago

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