Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 169 Bytes

File metadata and controls

2 lines (2 loc) · 169 Bytes

Do not use Optional to return empty or null collections or arrays

Exemplify the bad practice of using Optional for returning empty/null collections or arrays.