How can code formatting be made more intuitive for newcomers?

2 次查看(过去 30 天)
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 个评论
Jan
Jan 2011-11-15
Bump.
It would save a lot of time for the editors, and increase the quality of a noticable part of the questions, if the code formatting is made easier. Beginners seem to be overstrained by the "{} Code" button and something seems to impede, that they read the formatting instructions.

请先登录,再进行评论。

采纳的回答

Image Analyst
Image Analyst 2011-7-30
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 个评论
Walter Roberson
Walter Roberson 2011-7-30
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.
Image Analyst
Image Analyst 2011-7-30
What I'd like to see too is "code formatting be made more intuitive."

请先登录,再进行评论。

更多回答(4 个)

Walter Roberson
Walter Roberson 2011-7-27
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 个评论
Fangjun Jiang
Fangjun Jiang 2011-7-30
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?
Jan
Jan 2011-7-30
@Jiang: Exactly - *all* formatting is too rarely used, because it seems to be too complicated.
A graphic can be embedded by using << and >> around the link. See my own answer.

请先登录,再进行评论。


Jan
Jan 2011-7-30
What about a more pushy design?
Original:
New - exaggerated:
  1 个评论
Jan
Jan 2011-7-30
Or a text description:
"Matlab code has two leading spaces"
"Include links in < and >"
"Include URLs to graphics in << and >>"
"Enumerations start with #"
"Lists start with *"

请先登录,再进行评论。


Image Analyst
Image Analyst 2011-7-30
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 个评论
Walter Roberson
Walter Roberson 2011-7-30
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
Image Analyst 2011-7-30
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
Daniel Shub 2011-11-15
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.

类别

Help CenterFile Exchange 中查找有关 Historical Contests 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by