Not directly related, but an anecdote: well before AI, I was talking to a Portfolio Solutions Manager or something from JP Morgan. He was an MD at the firm and very full of himself. He told me, "You guys, your job is....you just Google search your problem and copy paste a solution, right?". What I found hilarious is that he also told me, "The quants, I hate that they keep their C++ code secret. I opened up the executable in Notepad to read it and it was just gibberish". Lesson: people with grave incompetence at programming feel completely competent to judge what programming is and should be.
JKCalhoun|9 months ago
It stopped being fun to code around that point. Too many i's to dot to make management happy.
FooBarBizBazz|9 months ago
However, this has to be substantive code review by technical peers who actually care.
Unit tests also need the be valued as integral to the implementation task. The author writes the unit tests. It helps to guide the thought process. You should not offload unit tests to an intern as "scutwork".
If your code is sloppy, a stylistic mess, and unreviewed, then I am going to put it behind an interface as best I can, refer to it as "legacy", rely on you for bugfixes (I'm not touching that stinking pile), and will probably try to rally people behind a replacement.
rwmj|9 months ago
thinkingtoilet|9 months ago
myvoiceismypass|9 months ago
HDThoreaun|9 months ago
bumby|9 months ago
game_the0ry|9 months ago
As an employee at a company with a similar attitude, I cannot agree more with this.
dwaltrip|9 months ago
A burning need to dominate in a misguided attempt to fill the gaping void inside
Broken and hurting people spreading their pain as they flail blindly for relief
Our world creaks, cracks splintering out like spider thread
The foundations tremble
vijucat|9 months ago
varjag|9 months ago