Java Interview: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
{| | |||
| valign="top" | | |||
# MVC | # MVC | ||
# SOLID Design Principles | # SOLID Design Principles | ||
Line 19: | Line 21: | ||
### Strategy Pattern | ### Strategy Pattern | ||
### State Pattern | ### State Pattern | ||
| valign="top" | | |||
# STUPID Practices in Programming | |||
## S for Singleton | |||
## T for Tight Coupling | |||
## U for Untestability | |||
## P for Premature Optimization | |||
## I for Indescriptive Naming | |||
## D for Duplication | |||
|} | |||
==References== | ==References== |
Revision as of 14:33, 23 October 2020
|
|