dexscript / design

DexScript - for Better Developer EXperience
http://dexscript.com
Apache License 2.0
4 stars 0 forks source link

Generalization & Specialization #3

Open taowen opened 5 years ago

taowen commented 5 years ago

GOAL

Overall goal of generalization and specialization is code reuse. The process is not always exactly the same, so we specialize the code that need to be different, so that we can make remaining part generic. Although the idea sounds simple, there are too many concepts invented which makes it complicated. We intend to make a simplest syntax to generalize and specialize.

Java