Black Sheep Code

Articles tagged "developer_experience":

How to prevent further modification commits to a file with a pre-commit hook

Published:

Sometimes you want to prevent accidentally modifying sets of test fixtures etc. Use this simple pre-commit hook to prevent it.

Tools I Want: A VSCode plugin that highlights how often an error appears in Sentry, or other monitoring tools

Published:

I liberally throw errors defensively, often not expecting the error scenario to ever actually occur - it would be nice if I could see some real metrics about how often a thing is occurring, without having to leave the IDE.

The natural state of software is chaos

Published:

The perfect codebase is a myth. Abondon the pursuit of it, and instead seek to contain the mess.