In the "How to write unmaintainable code" guide there is an example of a header file where the functionality of the code changes based on how many times the header file is included. Perhaps someone has made use of this "feature", and removing some of the includes will break the code?
In the "How to write unmaintainable code" guide there is an example of a header file where the functionality of the code changes based on how many times the header file is included.
ReplyDeletePerhaps someone has made use of this "feature", and removing some of the includes will break the code?