skaviouz / lobber

This program takes azimuth inputs and outputs graphical representations of said azimuths.
1 stars 0 forks source link

lob decrypter #3

Open skaviouz opened 11 years ago

skaviouz commented 11 years ago

the current method inside graphics.LobberCanvas impl a boilerplate decrypter for lobs. needs to be easier to read and double check and protect for nulls or invalid values.

  1. easier to group and read the encrypted strings
  2. check for nulls
  3. default values
  4. fix invalid values
skaviouz commented 11 years ago

ofc this also means converting the lobbercanvas copy to lobberApplication, prob. a subclass and then alterations of the code will be made.