Me zur Dozentin: "Ich würde die Hausarbeit gerne bei ihnen schreiben. Aber wenn es geht erst im nächsten Semester. Ich habe mir das Aktuelle zu voll gepackt."
Dozentin: *gibt Daumen hoch*
RATET, wer jetzt schon zwei Tage im Kopf an der Struktur feilt?
Letzte Woche Donnerstag waren 18 und Sonntag 8 Störche an der "Schoppenbreede" in #Osnabrück. Ein neuer Störche "Hotspot"?
"The fascist threat collapses when ordinary people have meaningful opportunities for social connection and purpose, the groundwork of human dignity."
Daniel Martinez HoSang
https://www.theguardian.com/commentisfree/article/2024/sep/09/trump-presidency-day-one-project-2024
Unpopular opinion on software development
Yesterday, I came across CI cultists.
They were preaching one should merge in main multiple times a day.
Quite frankly, I associate this behaviour to lab rats compulsively clicking the button to get gratifications (please don't do that to rats).
I think developers should refrain from becoming merge junkies. Code review is essential for good code quality. Automated tests suck at detecting logical errors, security vulnerabilities, and even decent code coverage.
Also, I believe pair programming is absolutely not a strategy to allow continuous integration. Everybody involved in the development process is drunk on their own bullshit reasons they made up to justify their poor design. Either the code review should be done by someone else, or the developers should sober up for a fortnight before code reviewing their own code.
PS: I am a software developer. I get drunk on my own bullshit as well.
#software #development #ci #codereview