
18 Dec
2020
18 Dec
'20
5:23 a.m.
How about at least encouraging newcomers to try out -Wall in some visible place? Especially for newcomers to programming in general who are not used to turning on warnings. In my teaching experience it easily exposes "code smells" in students' code, but someone learning on their own/learning from a teacher who doesn't turn on -Wall would entirely miss this. ======= Georgi