Computer Fundamentals

Summary: Software Fundamentals

You might think that computer fundamentals would be the first things taught and often returned to in Computer Science. To the contrary, some of the most important things about software may be known to programmers if you ask them, but understood and practiced? Not so much.

https://www.blackliszt.com/2012/02/fundamental-concepts-of-computing.html

https://www.blackliszt.com/2012/04/where-does-software-come-from-what-is-software-.html

What do you do with software -- aside from wasting huge amount of time? You automate!

https://www.blackliszt.com/2020/01/the-fundamentals-of-computer-automation.html

In any field you can think of, there are clear, agreed-upon measures of success. In software? Not so much.

https://www.blackliszt.com/2013/03/software-postulate-the-measure-of-success.html

If you have trouble measuring success, how can you measure productivity?

https://www.blackliszt.com/2012/09/what-is-software-productivity.html

If you have trouble measuring productivity, practices can become widely used that, if you step back from them, you can see obviously reduce productivity.

https://www.blackliszt.com/2012/09/software-productivity-divisors.html

Programming is taught as though all programming is similar. Nothing could be further from the truth. Is arguing a criminal case in a courtroom the same as acting in a Shakespeare play? They both use English, right? Programming has distinctions that are just as sharp.

https://www.blackliszt.com/2023/09/classifications-of-software-programs.html

One of the most obvious but least examined fundamental is that software is data. The fact that there is a memory that contains a mix of instructions and data … and that the instructions are data … is fundamental, with many implications.

https://www.blackliszt.com/2014/04/fundamental-concepts-of-computing-software-is-data.html

Diving into and understanding the possible relationships between data and instructions is bedrock core to being a real programmer.

https://www.blackliszt.com/2021/08/the-relationship-between-data-and-instructions-in-software.html

Everyone knows about numbers and counting. But how many times do people stand back from their work and apply some appropriate numbers to them? Not often enough.

https://www.blackliszt.com/2012/10/fundamental-concepts-computing-counting.html

Closely related to counting is speed. The speed of computing has increased unlike anything else in our existence. If cars got 10X faster, we would change lots of things, including whether to drive or fly. But as computing has gotten 100X or more faster, we too often fail to adapt the way we program.

https://www.blackliszt.com/2013/12/fundamental-concepts-of-computing-speed-of-evolution.html0

When we walk or drive, we always look ahead and change details of our walking or driving to adapt to ever-changing conditions. Adapting what you do to what you see and learn is fundamental common sense. All too often, it is not part of programming.

https://www.blackliszt.com/2013/02/fundamental-concepts-of-computing-closed-loop.html

Some fundamental concepts of software aren’t taught and most people, including programmers, have the wrong ideas in their head about them. One of those concepts is that a program is a passive thing that needs to be built, instead of a set of actions that needs to be choreographed.

https://www.blackliszt.com/2021/08/fundamental-concept-software-is-not-a-passive-thing-it-is-actions.html

Flowcharts and workflow express the actions of a program. They have been around since the start of programming. They're still around, but largely ignored as a fundamental.

https://www.blackliszt.com/2022/06/flowcharts-and-workflow-in-software.html

You think of building a house, after which it’s mostly unchanged. Software is different. Being built is like being born – software spends most of its “life” being changed.

https://www.blackliszt.com/2013/10/when-is-software-development-done.html

https://www.blackliszt.com/2021/08/fundamental-concept-software-is-rarely-built-mostly-it-is-changed.html

What we call “building” software works much better if we treat as “growing a baby.”

https://www.blackliszt.com/2011/06/software-how-to-move-quickly-while-not-breaking-anything.html

It’s easy to think that most of software has been figured out, and that innovation is possible only at the nether reaches of the field. Kind of like how innovation in math isn’t needed or performed from arithmetic through algebra and calculus and way beyond. Not true in software! Some of the most fundamental things, like quality, are ripe for fundamental innovation.

https://www.blackliszt.com/2015/06/fundamental-innovations-in-software.html

Speaking of math, computing started as a way to do math and grew as part of math departments. The misconception that math and Computer Science are closely related is widespread. This is deeply harmful.

https://www.blackliszt.com/2015/05/math-and-computer-science-vs-software-development.html

https://www.blackliszt.com/2015/04/math-and-computer-science-in-academia.html

The usual practice in computing is to dive right into the details. Perspective and putting it in a broader context is tremendously helpful if you aspire to be truly excellent in computer software. Here are some sample books that provide that context.

https://www.blackliszt.com/2023/05/inspiring-books-for-writing-software.html

Computing and software would greatly benefit by establishing the fundamental concepts of the field. Individual programmers can become vastly more productive by understanding the fundamentals and practicing them.


Categories