You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Programmers have it to easy to write comments. This really pumps up productivity and should not be desired.
I propose to write comments as non-closed strings. So if you do not close a string before a linebreak it should just be regarded as a comment.
' ' This is a string ' '
' ' This is a comment
The text was updated successfully, but these errors were encountered:
Programmers have it to easy to write comments. This really pumps up productivity and should not be desired.
I propose to write comments as non-closed strings. So if you do not close a string before a linebreak it should just be regarded as a comment.
' ' This is a string ' '
' ' This is a comment
The text was updated successfully, but these errors were encountered: