That's what I'm saying.
Who gives a fuck about whether or not you were planned? It literally makes no difference whatsoever.
This is something often repeated by OOP people but that doesn't actually hold up in practice. Maintainability comes from true separation of concerns, which OOP is really bad at because it encourages implicit, invisible, stateful manipulation across disparate parts of a codebase.
I work on a Haskell codebase in production of half a million lines of Haskell supported by 11 developers including myself, and the codebase is rapidly expanding with new features. This would be incredibly difficult in an OOP language. It's very challenging to read unfamiliar code in an OOP language and quickly understand what it's doing; there's so much implicit behavior that you have to track down before any of it makes sense. It is far, far easier to reason about a program when the bulk of it is comprised of pure functions taking in some input and producing some output. There's a reason that pure functions are the textbook example of testable code, and that reason is because they are much easier to understand. Code that's easier to understand is code that's easier to maintain.
Let's give it a shot. I live in the suburbs of Lincoln, Nebraska, which is an average-sized college town in the US (about 300k residents):
- Nearest convenience store: 1.1 miles/1.7km (we often do walk there, takes about 20 minutes)
- Nearest chain supermarket/big supermarket (they are often one in the same here): Target @ 1.5 miles/2.4km
- Bus stop: 1.3 miles/2.1km
- Nearest park: 0.6 miles/965m
- Nearest public library: 3.5 miles/5.6km
- Nearest train station: 9.1 miles/14.6km (we don't really use trains much at all in the US, though)
Probably a good thing you got banned for advocating for child abuse.
Been using vim+tmux for the last 8 years and still going strong. Wouldn't ever give it up. Vscode's pretty lackluster in comparison.
After working at a company that had Crowdstrike installed on all machines, it is most certainly malware.
The issues are primarily with Azure, I believe.
Ah gotcha, fair enough. Definitely depends on the workload. If you have compute you want to dedicate to solely to a single task, have at it.
I've always used and will continue to always use curl.
Yeah.. I do hear it a lot.