We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some of the statements like https://github.com/SSMS-Pilani/Mess-Management-System/blob/master/Mess%20Management%20System/formAddSupplier.vb#L98 and especially where the query string has been defined, are very long indeed and it becomes very difficult to read and edit them.
We should start using the continuation character _ to split such long statements onto 2 or more lines. Example of such change is here :
_
Mess-Management-System/Mess Management System/formRebate.vb
Line 25 in b669f4d
The text was updated successfully, but these errors were encountered:
AAP67
No branches or pull requests
Some of the statements like https://github.com/SSMS-Pilani/Mess-Management-System/blob/master/Mess%20Management%20System/formAddSupplier.vb#L98
and especially where the query string has been defined, are very long indeed and it becomes very difficult to read and edit them.
We should start using the continuation character
_
to split such long statements onto 2 or more lines.Example of such change is here :
Mess-Management-System/Mess Management System/formRebate.vb
Line 25 in b669f4d
The text was updated successfully, but these errors were encountered: