nazrinharris / farmhub

App to find out prices of farm produce at a specific location in Malaysia
3 stars 0 forks source link

Update repositories to use an early-exit exception handling #194

Open nazrinharris opened 1 year ago

nazrinharris commented 1 year ago

Right now, it is using an if-else block, which makes the code disgusting. Early exit will be more bootiful.