Answer the question
In order to leave comments, you need to log in
Why do programming people use monospaced fonts?
Actually, perhaps the question is stupid, but for me personally it is not obvious why we use fonts with the same character width to write code. Why are they better than others?
Answer the question
In order to leave comments, you need to log in
Someday you will also swear loudly when " turns out to be two apostrophes, not a quote))
Why do programming people use monospaced fonts?
In some cases, it is important for formatting that the width of all characters be the same:
For example, some align like this (or something like that):
void foo(
int x,
double y)
{
int quux = x;
double bla = y;
float t = 0.0;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question