Over-Architected? Maybe, Maybe Not.

An oft-heard criticism of way-to-many software solutions is that it's over-architected, implying that the design, abstractions, implementation, deployment, whatever is unnecessarily complex, difficult to understand, unmaintainable, unnecessary, wrong. Criticisms often…

Pull Requests and Tech Debt

https://www.flickr.com/photos/17963290@N00/6520777613 I recently created a small DSL that provided state-based object validation, which I required for implementing a new feature. Multiple engineers were impressed with its general usefulness and wanted…