Skip to content

Conversation

neogeogre
Copy link

@neogeogre neogeogre commented Oct 20, 2020

choices

  • Keep minimal amount of code
  • Keep nesting as flat as possible
  • Try to have sefl explanatory code (remove comments)
  • Use wisely var and -> synthax
  • A single null check preserves the whole Object
  • Delegate exception handling
  • Remove code duplication
  • Remove useless accessors with immutability and public property
  • Don't touch public methods names, PO requirements ?
  • I don't speak php

todo

  • Find a better lib than java.util.stream
  • Test it
  • Rethink the weird behaviors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant