treyturley / FSEJobFinder

A tool to find flights in FSEconomy.
https://treyturley.com/fse-job-finder
0 stars 0 forks source link

code review needed to address coding conventions in older FSEDataAPI code #15

Open treyturley opened 2 years ago

treyturley commented 2 years ago

There are some inconsistencies with variable and method names across the app and a code review to clean them up is needed.

treyturley commented 2 years ago

During code review it would also be worth looking through the FSEDataRequest code to make sure that functions that can throw exceptions either handle it or the calling function handles it.