Programmer by day, burnt out by night.
My point exactly! But naw, several others on the team insisted this guy policing others manually is better than putting a linter in the pipeline.
I don’t work there anymore, this is one of the (minor) reasons.
Had a colleague who would comment things like “add a newline here” as well as things that were fully his own preference.
That was the only time I closed comments without replying to them or fixing them, without feeling bad.
Before: Just a dude
After: Just a gal
EDIT I GIMPed this
In a restaurant or in IT?
Seems to work for me, now.
I’m on ttrpg.network, using the Jerboa client on Android.
That would be
This page is intentionally left blank
Theirs is a little different…
As soon as I make more than a script, I’m using a debugger.
I really can’t wrap my head around how so many of my colleagues in the professional work field just print
wherever until they find their problem.
print
statements feel like touching around in pitch darkness until I found what I sought, compared to a debugger which feels like just seeing my room and daylight while finding what I sought.
I’ve had this with Rust once, t’was a weird feeling.
This kind of makes me want to name my kid Pascal-Case
Yep, the apostrophe would be %27
So Mc%27dole
Once Gabe is dead steam will do the same, and I am planning for that too now.
Why do you make it sound like Steam being decent is because of Gabe Newell, and not because of the culture there?
Oh shit no, Gabe, please be immortal!
It’s because if you turn it 90° to the right, it looks like Elvis’ hair with two eyes underneath!
The paradigm breaks if anything is logged?
I feel like I’m missing a few steps in the logic.
“help patent trolls” is a very confusing statement, as “patent” can be a verb or a noun in this case. “help patent abuse” would be much clearer.
Does external logging not happen outside of OOP?
If so, why not?
Lots of things with a GUI, but games are better left for ECS.
Genuine thanks for actually telling me where not to go
Netherlands doesn’t do this, and we have less holidays then UK haha
Also, Rust allows “unsafe” code for when it’s absolutely necessary; you DO need to add a line that basically says “I know compiler, don’t stop me”. To keep up the metaphor; Rust allows you to cut yourself with the knife, but ensures you’re fully aware of what you’re doing.