David Seddon (@seddonym) 's Twitter Profile
David Seddon

@seddonym

Changing the world one incredibly occasional tweet at a time

ID: 481108890

linkhttp://seddonym.me calendar_today02-02-2012 09:44:41

44 Tweet

230 Takipçi

101 Takip Edilen

David Seddon (@seddonym) 's Twitter Profile Photo

I made a tool for linting your architecture - it's called Import Linter. Here's a blog post about it: seddonym.me/2019/05/20/mee…

Brandon Rhodes (@brandon_rhodes) 's Twitter Profile Photo

If this poorly-designed feature is really added to Python, we lose a principle I’ve always taught students: “if you see an undocumented constant, you can always name it without changing the code’s meaning.” The Substitution Principle, learned in algebra? It’ll no longer apply.

If this poorly-designed feature is really added to Python, we lose a principle I’ve always taught students: “if you see an undocumented constant, you can always name it without changing the code’s meaning.”

The Substitution Principle, learned in algebra? It’ll no longer apply.
Simon Willison (@simonw) 's Twitter Profile Photo

This is so cool! ./tdd.sh tests.py application.py Define the tests first, then run the bash script and it will iterate on application.py until the tests all pass