Is DevOps just a conspiracy theory?
-
"DevOps is a conspiracy by Ops people to make developers work harder"
Can I get a tinfoil hat from npm?
-
"DevOps is a conspiracy by Ops people to make developers work harder"
Can I get a tinfoil hat from npm?
Everything is a conspiracy nowadays. Including that everything is a conspiracy. ;)
Latest Articles:
A Lightweight Thread Safe In-Memory Keyed Generic Cache Collection Service A Dynamic Where Implementation for Entity Framework -
Everything is a conspiracy nowadays. Including that everything is a conspiracy. ;)
Latest Articles:
A Lightweight Thread Safe In-Memory Keyed Generic Cache Collection Service A Dynamic Where Implementation for Entity Framework -
I think it's a conspiracy to be declaring that all code should be stateless. What's up with that? I always knew I was a rainbow farting unicorn. I just have to keep working on it to sell them on the job title.
jochance wrote:
I think it's a conspiracy to be declaring that all code should be stateless.
I'd say quite to the contrary. Code should go from one consistent state to another consistent state in atomic steps of (conceptually) zero time. Event driven state machines are easy to comprehend, reliable, efficient. Error/exception handling is much easier than in other programming models.
Religious freedom is the freedom to say that two plus two make five.
-
jochance wrote:
I think it's a conspiracy to be declaring that all code should be stateless.
I'd say quite to the contrary. Code should go from one consistent state to another consistent state in atomic steps of (conceptually) zero time. Event driven state machines are easy to comprehend, reliable, efficient. Error/exception handling is much easier than in other programming models.
Religious freedom is the freedom to say that two plus two make five.