ThoughtWorksInc / DeepDarkFantasy

A Programming Language for Deep Learning
Apache License 2.0
462 stars 47 forks source link

Project specific coding guidelines #69

Closed MarisaKirisame closed 8 years ago

MarisaKirisame commented 8 years ago

OFF the top of my head: Finally Tagless Avg File LOC Restricted coercion (in TypeCase) implementation check function (have implementation as trait for extensiblity, define function xxx = new yyy in companion object to make sure all method is overrided) Lang has all constructor

MarisaKirisame commented 8 years ago

Done