Elektrine lite

← Feed

@project1enigma@chaos.social

Post #1401911

2026-02-05 15:46 UTC

@mlevison IIRC nowadays there are tools for at least some of the usual refactoring steps in many IDEs for common programming languages. I'd be surprised if there were none for Java for example.

Replies (1)

  • @project1enigma@chaos.social 2026-02-05 15:48

    @mlevison I'm personally also somewhat in favor of code generation for example for data marshalling/unmarshalling, parsing etc. But that's deterministic specific generators then, either existing (lex, yacc and successors, for example), or in house/ad hoc.

    Open ##1401912