- 0 Posts
- 4 Comments
Joined 2 years ago
Cake day: July 4th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
occams_chainsawto Programmer Humor•Everyone should have a tool-building factory factory factory41·2 years agoI write modular code that accepts interfaces so I can test the components I want to test.
basically dependency injection
occams_chainsawto Programming•Has anyone else seen this interesting "challenge site" when googling a programming topic?English5·2 years agoI got this a few years ago. When I solved most of the questions, it asked for my contact info and Google reached out for an interview… which involved someone watching you code in a google doc, which distracted me so much I bombed
if there are zero automated tests, things probably weren’t written with (automated) testing in mind, so there may be a lot of coupling… starting off with integration tests just to validate existing behavior is a good start. hopefully the existing applications aren’t also inextricably bound to environments that are run on pet servers and managed by other teams…