Top Programming Languages 2024 Another year and another revue of what programmers are using. This IEEE poll has shown us what The Top Programming Languages 2024 are. Job tip – learn Python! And the clear winner is Python which is … Continue reading
Category Archives: Software Design
Top Programming Languages 2022
Top Programming Languages 2022 IEEE regularly does a survey to review the most used computer programming languages. This year they also looked at the trends and what was being requested in job advertisements. Of real interest is that Python and … Continue reading
Top Programming Languages 2020
2020 Top Programming Languages IEEE Spectrum has released the results of their survey of programming languages in use in 2020. The results follows the trend for Python as the most used programming language across all platforms. And we see that … Continue reading
Writing Better Code
What is Code? Those who write software refer to source code. This is human readable instructions for a computer to execute. Which either gets compiled to machine codeĀ in the instruction set the computer can execute, or is interpreted directly by … Continue reading
Good Documentation
Good Documentation Good Documentation makes it possible for other people to leverage work already done. It can be the difference between something being usable and it being scrapped or ignored. We have already looked at some aspects of how Software … Continue reading