Startup strategy This is a classic startup tale where a small team do incredibly good work to get an idea into a demonstrable form and then build a team who can complete the package. A Melbourne based business came … Continue reading
Category Archives: Embedded Software
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
Software Development Metrics
Software Development Estimation in Software Costing we looked at some typical ways of determining the likely cost of a Software Development project. One way was to look at how much typing was involved. This is not considered the best approach … Continue reading
C Programming Use Continues
C Programming Language The C Programming Language was developed by Dennis Richie and Ken Thompson at Bell Laboratories between 1969 and and 1973. It was the successor to B and used to create Unix. The recent bad experience with the … Continue reading