EvanHahn
@EvanHahn@bigshoulders.city
This is a remote user, information on this page may be incomplete. View at Source ↗
I'm a computer programmer. I love a good sandwich
- Comment on How do you get your team to write tests? 1 year ago:
Small idea: "AI" tools can write simple tests for a given function or class. I don't blindly endorse these tools nor is it a complete solution, but the time save might convince a reluctant developer.
I've had the most success patiently arguing the value of tests over time (years). When a bug would've been caught by a test, mention it. When someone would've moved faster with a test, say something. I haven't found "I'm right, let me convince you" pushes to be very effective.
- Comment on How do you manage your dotfiles? 1 year ago:
@no_sle3p I have them in a Git repo and I use GNU Stow to symlink things. I also wrote a blog post about this with more details: https://evanhahn.com/a-decade-of-dotfiles/