User Tools

Site Tools


progstyle

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

progstyle [2013/10/25 14:15] – created skipidarprogstyle [2020/12/27 20:35] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +===== Programming style ======
 +  * Marker Interfaces - Marker interfaces do not support polymorphism. The implementation is always the same.\\ E.g. Serializable. Marker interfaces Can be replaced by annotations. They are bad style.