-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
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
Autoclose quotes #263
Comments
Sorry for jumping in now. I didn't know we were actively working on implementing this. I'm really worried about this functionality for 2 reasons:
|
@rcocetta i rather enjoy debating this subject with you.
|
You see what you type while you're typing in the editor, but you see the result of your instruction once you wrote a proper instruction.
When for the 1st time I was properly taught programming, I was taught the concept of instruction and that was always broken down in syntax and semantic: we literally had a table like: | instruction | syntax | semantic | I really think you need to know that for a computer to understand what you're saying, you have to say it the right way, and in this we shouldn't help who's learning and forgets to close double quotes. |
When a user types
text "hello world"
. They won't be able to see anything they have written until it is completed because their quotes are unclosed. This could be resolved by having a closing quote appear when any opening quote is typed.@alex5imon this would help specifically for an early techjam Make Art challenge.
The text was updated successfully, but these errors were encountered: