Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 309 Bytes

NOTES.md

File metadata and controls

9 lines (7 loc) · 309 Bytes

Just note some ideas to be organized later

Benefit of Scala wrapper when using Java lib

  • transform null into Option
  • transform exceptions into Try
  • transform Java collections into Scala collections
  • expose immutable APIs & objects with immutable data
  • prevent invalid objects of being constructed