SimpleMobileTools / Simple-Camera

Quick photo and video camera with a flash, customizable aspect ratio.
https://www.simplemobiletools.com
GNU General Public License v3.0
753 stars 287 forks source link

Feat/camera x #320

Closed KryptKode closed 2 years ago

KryptKode commented 2 years ago

Notes

tibbi commented 2 years ago

again, Im not testing functionality yet, just checking code style. You are often squeezing it too much though, doing many things at once on 1 line. It is unreadable though and if it crashes somewhere, I wont know which part crashed it. Short code doesnt mean good code, just make it more readable by creating local variables, moving brackets on new lines etc.

tibbi commented 2 years ago

are you fixing the issues, or just at the final refactoring?

KryptKode commented 2 years ago

are you fixing the issues, or just at the final refactoring?

Will push the fixes for this, then raise other PRs for the remaining stuffs

tibbi commented 2 years ago

ok, guess this is good enough to be accepted