It is not a compiler error. It is never a compiler error (2017)

The author adamantly asserts that compiler errors are a myth and that bugs are always the programmer’s fault. They share anecdotes of incidents where individuals blamed compiler bugs for program failures, only to discover their own errors. A surprising revelation is detailed where the author found a bug in the sort() function of Code Studio’s underlying language, JavaScript. The author’s persistence and investigation led to the discovery of a flaw in the bubble sort implementation, which was promptly fixed by the Code Studio team. This incident left the author astonished and feeling as though they had stumbled upon a legendary creature.

https://blog.plover.com/2017/11/12/

To top