Chad Fowler

@chadfowler
1.4K Followers
147 Following
412 Posts
Software developer, investor, musician, label owner
Musichttps://mahakalamusic.bandcamp.com
Workhttps://www.blueyard.com
I just released an open source tool to visualise code complexity in Java and Ruby projects and help direct refactoring efforts.

Gem: https://rubygems.org/gems/churn_vs_complexity
Source: https://github.com/beatmadsen/churn_vs_complexity

Thank you, @chadfowler for the idea!
churn_vs_complexity | RubyGems.org | your community gem host

Wrapping up our first satellite dinner for This Next Thing, where we announced the first headline speaker for this year: @chadfowler ! https://2024.thisnextthing.com/posts/our-first-headline-speaker-for-2024
Our first headline speaker for 2024

@copiousfreetime @paulca it’s been too long!
Chad Fowler - How Small Can We Make This Problem

Robby has a candid chat with Chad Fowler, the General Partner & CTO at BlueYard Capital, about the importance of building software in small, manageable pieces to facilitate easy updates or replacements, the counterintuitive perspective on unit testing’s impact on maintainability, strategies for keeping software up-to-date by redeploying to new platforms, and so much more.

Maintainable Software Podcast
Shout out for Birdsong by @chadfowler et al -- another brilliant album, many thanks! #jazz https://mahakalamusic.bandcamp.com/album/birdsong
Birdsong, by Chad Fowler, Shanyse Strickland, Sana Nagano, Melanie Dyer, Ken Filiano Anders Griffen,

9 track album

Mahakala Music

A little DXOS #livestream for your weekend watching pleasure:

The power of #localfirst development with DXOS - https://www.youtube.com/watch?v=9HEAxBrKzGE

Thanks @chadfowler & @blueyard

The power of local-first development with DXOS

YouTube
@onghu i like to use tests for that. Then delete them because they inhibit change 😅
@onghu @tenderlove I like these ideas. TODO notes matter and aren’t a manual reflection of what’s already in the code 👍
@onghu @tenderlove I hope they embrace this as a reason to do less documentation
Code comments have always been worse than useless on average. It’s amazing how little innovation has gone into fixing this. Maybe LLMs and mainstreaming of languages with decent type systems will soon make them obsolete.