Manoj-Kumar-Selvaraj / Python-react-Full-Stack-Website

0 stars 0 forks source link

You calculate the checksum for each barcode separately in a loop. Consider extracting the checksum calculation logic to a helper method, which could improve readability and allow you to reuse it if needed. #5

Open maheshritgithub opened 4 hours ago

maheshritgithub commented 4 hours ago

https://github.com/Manoj-Kumar-Selvaraj/Python-react-Full-Stack-Website/blob/266227c095329824e4937917aafbd3cff6032526/factoryoutlet/barcode/views.py.save.3#L104