Form Follows Function

Read this quick definition of the phrase "form follows function". What is your understanding and interpretation of the phrase?

Software engineering

It has been argued that the structure and internal quality attributes of a working, non-trivial software artifact will represent first and foremost the engineering requirements of its construction, with the influence of process being marginal, if any. This does not mean that process is irrelevant, but that processes compatible with an artifact's requirements lead to roughly similar results.[7]

The principle can also be applied to enterprise application architectures of modern business where "function" is the Business processes which should be assisted by the enterprise architecture, or "form". If the architecture dictates how the business operates then the business is likely to suffer from inflexibility unable to adapt to change. Service-oriented architecture enables an enterprise architect to rearrange the "form" of the architecture to meet the functional requirements of a business by adopting standards based communication protocols which enable interoperability.

Furthermore, domain-driven design postulates that structure (software architecture, design pattern, implementation) should emerge from constraints of the modeled domain (functional requirement).

While "form" and "function" may be more or less explicit and invariant concepts to the many engineering doctrines, metaprogramming, and the functional programming paradigm lend themselves very well to explore, blur and invert the essence of those two concepts.

The agile software development movement espouses techniques such as 'test driven development' in which the engineer begins with a minimum unit of user oriented functionality, creates an automated test for such, and then implements the functionality and iterates, repeating this process. The result and argument for this discipline are that the structure or 'form' emerges from actual function and in fact because done organically, makes the project more adaptable long term as well of as higher quality because of the functional base of automated tests.



Source: Wikipedia, https://en.wikipedia.org/wiki/Form_follows_function#Software_engineering
Creative Commons License This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.

Last modified: Thursday, March 16, 2023, 5:53 PM