Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Avoiding Optional in collections

Using Optional in collections can be a design smell. Exemplify a typical use case and possible alternatives for avoding Optional in collections.