Shrinking code
There are too many spaghetti codes. For example, I made the code like:
QHash<string, QHash<string, QHash<string, int> > > data;
There are too many spaghetti codes.
It had better be shrunk the codes by using a class.For example, I made the code like: