Rules of thumb for developing software
80/24 rule
– make your code 80 columns wide and 24 lines high.
Rule of 30
– If an element consists of more than 30 subelements, it is highly probable that there is a serious problem.