#effectmanagement — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #effectmanagement, aggregated by home.social.
-
I had an extremely good refactoring session yesterday in our Scala code base, breaking a big chunk of mangled logic into the pure logic, its supporting IO/effects, and a data structure describing the commands from the first to the second.
Basic practice (#hexagonalArchitecture , #effectManagement, etc), but it worked out very well and it's always astonishing how much it simplifies and bring clarity to complex code, and make it testable