MCR-Digital / apprentice-boot-camp-fundamentals-2

Slides:
https://mcr-digital.github.io/apprentice-boot-camp-fundamentals-2/
Creative Commons Attribution Share Alike 4.0 International
0 stars 48 forks source link

Hex decode changes reduced extraction of constants #87

Open mrmanc opened 2 years ago

mrmanc commented 2 years ago

Used to be possible to extract constants in Java for the decoded values, but the try/catch mechanism means we can’t. Probably possible to restructure so that it is possible to extract as constant, or perhaps would be better as extract method, or find a different implementation.