Sunday, February 13, 2022

Don't Ignore Compiler Warnings. Unless...


One of the advantages of using a modern compiler is that it can generate hints and warnings that suggest improvements or highlight potential bugs in your code. Well worth paying attention to.