Does the saying, "form follows function" hold true in programming or language-design? Why or why not?
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
|
It does, in that the way a program is organized will be determined by the functionality required. With that being said, "form follows function" says nothing about the quality of the form. Only that the requirements of the functionality play a major part of the form of the design. |
|||
|
|