DEV Community

Discussion on: Write Code That Writes Code

Collapse
 
itr13 profile image
Mikael Klages

Though I'm all for code that writes code, it should always be done in a way that is understandable, and preferably compile-time with type+syntax checking if possible.

Personally I've been using c# attributes and python decorators to automate a lot of code for me, and it has been delightful