quiz icon indicating copy to clipboard operation
quiz copied to clipboard

Parser.java refractoring

Open bvanalderweireldt opened this issue 10 years ago • 0 comments

  • use an Atomic reference instead of synchronized methods
  • use read write lock to make the save and get content thread sade
  • use try with resources
  • use StringBuilder
  • use BufferedWriter

bvanalderweireldt avatar Feb 22 '16 16:02 bvanalderweireldt