ArchUnit is really neat way of testing Java, using reflection to enforce code style ('architecture') properties. For example, enforcing that all subclasses of Connection have a name ending with 'Connection': https://www.archunit.org/userguide/html/000_Index.html#_inheritance_checks
Related Posts
Do any tech streamers try new software live? It'd be a really fun way of doing UX testing.
I'm playing with Zeal/Dash so I can view stdlib docs offline.
(I've been coding on public transport recently, without a reliable data connection.)
Anyone have tips for making the most of this setup? AFAICT docsets are basically HTML underneath.
Over a sufficiently long time horizon, all code you write is legacy code.