| ▲ | gentlewater an hour ago |
| Can I trust code I’ve written myself with no guarantees from the language? Maybe. Can I trust code written by dozens of other developers (and/or agents) working on the same project over multiple years? Definitely not. |
|
| ▲ | marginalia_nu an hour ago | parent | next [-] |
| Why don't you have any coding standards? If you're working with agents in particular, catching and enforcing this stuff should be easier than ever. |
| |
| ▲ | saghm 38 minutes ago | parent [-] | | Most engineers do not have the ability to impose rules by fiat on all of their coworkers. It seems like you're misunderstanding the nature of working on a codebase as an IC when other developers contribute to it. If all of my coworkers don't want a lint rule I propose, I don't get to add it. If all of my other coworkers want to write code in a certain way and approve each other's MRs with code written in that way, I don't get to veto it. | | |
| ▲ | ndriscoll 28 minutes ago | parent [-] | | Most engineers don't get to decide to use a language either. Usually someone with the clout to pick a language has the clout to set style requirements too. |
|
|
|
| ▲ | gjadi 15 minutes ago | parent | prev [-] |
| Null Analysis can be checked and enforced by the CI. |