Delphi: you should avoid the `with` statement as it makes your code less future proof

As I wrote before, I’m with the [WayBack] Delphi with haters camp, and this is why: Using the [WayBack] with statement in Delphi makes your code less future proof. Originally, the with statement in Pascal was argumented in part of allowing compiler optimisations: PASCAL User Manual and Report – Kathleen Jensen, Niklaus Wirth – Google Books The … Continue reading Delphi: you should avoid the `with` statement as it makes your code less future proof