objectionary / ideas

Here we keep ideas for future research in EO programming language and Polystat static analyzer
https://www.eolang.org
7 stars 0 forks source link

eolint: style checker for EO programs #22

Open yegor256 opened 1 year ago

yegor256 commented 1 year ago

EO is our own experimental object-oriented programming language: www.eolang.org

Similar to Checkstyle (which is for Java), let's create a style checker for EO code. It should, for example, complain if an object doesn't have a comment, or an object has too many sub-objects, and so on.