Design Patterns in Magento 1:
Following are the main design patters are used in magento 1.x
1. Model View Controller (MVC)
2. Singleton pattern
3. Factory Method pattern
4. Front Controller pattern
5. Prototype pattern
6. Registry pattern
7. Object Pool Pattern
8. Lazy Loading Pattern
9. Iterator Pattern
10. Module Design Pattern
11. Observer pattern