You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Command Query Separation in Wikipedia](https://en.wikipedia.org/wiki/Command%E2%80%93query_separation)
556
557
-[Command Query Separation by Martin Fowler](https://martinfowler.com/bliki/CommandQuerySeparation.html)
558
+
559
+
## Murphy's Law
560
+
561
+
> Anything that can go wrong will go wrong
562
+
563
+
It seems to be a universal law that when there is even the smallest possibility of something going wrong, it eventually will go wrong. It makes total sense when we think about probabilities and an infinite amount of trials. The law also applies to software development.
564
+
565
+
Resources
566
+
567
+
-[Murphy's law in Wikipedia](https://en.wikipedia.org/wiki/Murphy%27s_law)
0 commit comments