Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 15, 2022 08:27 pm GMT

3 philosophies that influenced software development

I started my undergraduate studies by pursuing a double major in philosophy and mathematics. While people often remarked that these subjects were complete opposites, this couldnt be further from the truth. Philosophy is not only linked to math and sciences its their ancestor. Philosophy has had a profound impact on most scientific fields, and computer science is no exception.

A philosophy is a way of thinking that determines how we understand ourselves, the world, or the right thing to do. Much like a program, a philosophy is composed of a set of premises and principles that determine how we handle events. Whether or not were aware of it, theres a philosophy driving everything we do from the way we honor history, to the way we develop software.

Today well discuss three philosophies that have influenced software development, in ways big and small.

Well cover:

  • A bit of history
  • 3 philosophies that influenced software development
    • Open-source philosophy
    • Minimalism
    • Kaizen
  • Wrapping up and next steps



A bit of history

Before our discussion, I want to address one of philosophys most obvious and important contributions to computer science. Namely, our earliest binary representation of data came from a branch of philosophy called logic. Specifically, Boolean logic provided the framework through which we represent data in binary digits (0s and 1s). These binary digits are called bits in computer science. Bits are our tiniest units of data, and are the building blocks through which we animate lifeless hardware into functional machines.

Boolean logic was developed by George Boole in the 1850s. A mathematician and philosopher, Boole was building upon the findings of his predecessors. The hardware to physically realize these bits came much later thanks to findings in quantum physics. Still, Boolean logic was a breakthrough thats often credited for transitioning us into the Information Age.



3 philosophies that influenced software development



Minimalism

From tiny homes to software development, minimalism has had a widespread impact on many areas of our lives. While the term minimalism was first coined to describe a post-WWII Western art movement, the term found itself applied in various contexts where there was a benefit to doing more with less.

Generally, minimalist philosophies value:

  • Simplicity
  • Utility
  • Doing away with the unnecessary

Minimalism worked its way into software development in the 1970s. In these early days of programming, developers worked to optimize programs within the constraints of limited hardware resources and budget. While our hardware capabilities and budgets have certainly grown since then, minimalism remains an influence in software design and development.

We see minimalisms influence on many communities and technologies, including:

  • Unix: The Unix operating system's corresponding Unix philosophy values minimalism. One of its principles is the Rule of Modularity: Write simple parts connected by clean interfaces.
  • Python: Python is a language that values minimalism and simplicity. Python has its own philosophy known as The Zen of Python, wherein one principle is Simple is better than complex

Minimalism in software development advocates for:

  • Doing more with less code
  • Minimizing resources needed
  • Employing a modular approach, wherein each module is highly focused



Open-source philosophy

Open-source software is software that makes its source code available to the public. We owe today's abundance of open-source software to open-source philosophy and the open-source-software movement in the 1990s.

The open-source philosophy is closely linked to the hacker ethic. Indeed, many open-source activists were hackers (a term with positive connotations in this context). Like the hacker ethic, the open-source philosophy believes software and information should be freely available to anyone who wishes to use or improve upon it.

Open-source philosophy advocates for:

  • Sharing source code
  • Open collaboration with diversity of perspectives
  • Free exchange of information

The open-source-software movement was a response to the increased privatization and commercialization of software around the advent of the personal computer (PC) was introduced. This privatization was a contrast to the early days of programming, when researchers and programmers openly collaborated and software was shared in the public domain. Open-source philosophy advocates for bringing source code back to the hands of the people.

We now enjoy an abundance of open-source technologies, including:

  • Apache web server
  • Linux operating system
  • GIMP
  • Kubernetes



Kaizen philosophy

Kaizen is a Japanese business philosophy that has influenced countless industries. The term Kaizen roughly translates to change for the better or continuous improvement. Kaizen was first implemented by Japanese businesses after WWII. It became popular in the US in the 1980s.

Kaizen advocates for:

  • Small, incremental improvements in processes and activities
  • Elimination of waste
  • Giving all employees ownership over small improvements

Kaizens incremental approach laid the groundwork for agile development methodologies, including lean development. Agile methodologies share a focus on continuous improvement, and are widely used by software development teams today.



Wrapping up and next steps

A program is not so different from a philosophy. They both inform how we move through the world and in the case of programs, through the world as data. As a programmer, how you develop software can reflect your values, your purpose, and what you believe in.

Like this piece? Dont miss any of our other posts! Follow Educative for more thought-provoking pieces and hands-on tutorials on software development.

Happy learning!

Continue learning about software development on Educative


Original Link: https://dev.to/educative/3-philosophies-that-influenced-software-development-589n

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To