@crashtesterX I think the BBC initially did not air this episode because the terrorists (freedom fighters) planted a bomb on the enterprise? Could be mixing this with another episode.
Indeed is growing again!
My team, Profile Platform, is hiring five "Senior Software Engineer". If you like working on the backend at scale then I want to hear from you.
Apply using the link below or drop me a note:
https://t.co/zbS2he5aC2
#insideindeed
Dogmatic adherence to a practice like TDD is deeply foolish.
Dogmatic avoidance of a practice like TDD is equally foolish.
Learn the practice. Learn it well. Become skilled at it. Then apply it with your best judgement.
Q: How can make this object thread safe?
A₁: Don't share it between threads ∴ it is safe from threads.
A₂: Ensure it is immutable ∴ it is safe from threads.
A₃: Eliminate threads ∴ it is safe from threads.