Redundant Logic
- Examples
- 1. A server-side script checks the form values even though it is redundant to a client-side script
- 2. Server-side session tracking is implemented even though it is redundant to the present cookies support
- Rationale
- Relying on certain browser functionality limits the compatibility of the application