kSPvhmTOlwvMd7Y7E

u/kSPvhmTOlwvMd7Y7E@programming.dev
3 posts · 59 comments

Recent posts

Recent comments

on Sloup · c/programmer_humor · 6 pts · 65d

So the devs are now split in two camps, one that "use whatever means for your goal" and one is "fuck AI and everyone who thinks its a great thing"

I am torn

the documentation is literally on Internet. Python standard library, MSDN, posgresql, odbc drivers. Everything is online. are you suggesting you memorised your whole stack, and did you printed out ? Granted * some * of it can be downloaded

Don't write "if" in your tests! It makes very, very little sense: how is that, you test your application and you are unsure what is the resulting outcome of a call? Is it depending on arguments? Then fix the argument, and expect 1 specific result. Is it depending on environment? Fix/mock the environment.

No "ifs" in the tests!