Top Ten and Rules of Threes
Below are list of my top ten and rules of threes that works with most apps
Top Ten
These top ten concepts work across applications and technologies:
- Only what is selected gets affected by what you do next
- One by one not much fun—Learn to speed up your productivity
- One by one to see how it is done
- Children will inherit properties of their parents unless they define their own
- Nesting—Parent / Child relationship
- Look behind the scene to see what it means or look behind the curtain to see what is certain
- Everything is an object or container
- Objects have properties and containers “contain” things
- Define before you design
- Back it up before you jack it up
Rules of Threes
- When working with objects:
- Create an object
- Give it a name
- Tell it to do something
- When working with databases:
- Create IT
- Relate IT
- Populate IT
- Open
- Close
- Populate
- When copying content (CPU):
- Copy
- Paste
- Update
- When working with web technologies layers:
- HTML (Presentation layer)
- CSS (Style layer)
- JavaScript (Behavior layer)
- When programming, watch your:
- cases
- spaces
- braces
(Later: Give example of each)