How can code formatting be made more intuitive for newcomers?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
We suggest to apply a proper code formatting 10 times per day. Not formatted is nearly unreadable and it is actually not hard to apply it - if you know how.
How can the interface be improved to let newcomers comprehend the formatting style directly and intuitively?
2 Kommentare
Akzeptierte Antwort
Image Analyst
am 30 Jul. 2011
I'd like to see that too. I post code all the time and I hate it that when the code has a blank line in there (to separate distinct sections of code) that I have to highlight each and every section and click the code icon. What a pain!
2 Kommentare
Walter Roberson
am 30 Jul. 2011
Which part would you like to see "too" ?
When I post code, I just select the entire section of code and click on the code button, rather than doing it paragraph by paragraph.
Weitere Antworten (4)
Walter Roberson
am 27 Jul. 2011
If "code" mode were made the default, with a way to switch to paragraph mode (that supported character-level markup) then there might be less problem, perhaps.
5 Kommentare
Fangjun Jiang
am 30 Jul. 2011
Embedded graphics is nice. I remember seeing a few. I have not figured out how to use it my self. If that can be done, why users are still asking how to post figures on other website?
Image Analyst
am 30 Jul. 2011
Walter, here is what you get if you paste in 5 lines of code with the third line of code being a blank line between the 2nd and 4th line of code, and then highlight all 5 lines and click the "code" icon. In the "markup" box my clc is on a separate line below this, while in the Preview box it's on the same line and not formatted as code even though I highlighted all 5 lines and clicked the code icon: clc; close all;
workspace;
clear;
2 Kommentare
Walter Roberson
am 30 Jul. 2011
You need an empty line before the code. Which is the case for all of the paragraph-level markups. Self-consistent, but I for one would not complain if the Code button added an empty line if the previous line was not already empty.
Image Analyst
am 30 Jul. 2011
OK that works, as long as you have the blank line first and start right before the first character of the code (unlike using control R and control T in MATLAB to comment/uncomment code where it will act upon the whole line.) Thanks.
Daniel Shub
am 15 Nov. 2011
Maybe the question is wrong. I think a better question is why is unformatted code so unreadable? I cannot believe that there isn't a better comprise between the readability of text and the readability of code without any need to apply formatting. Sure this might mean that getting optimal formatting is harder (e.g., you might need to mark all paragraphs as either text or code). I would take this added inconvenience if it means the default (i.e., unformatted) is readable for both code and text.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Historical Contests finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

