How is software actually designed and built?

发贴者 Health10000 | 12:51:00 PM

I am curious as to how software is actually designed and built in the real world, as in the domain of software engineering. I can understand the programming languages themselves, it just seems that I cannot understand how they can be made into a software system for use in an embedded device or on a PC. Is there any automation to the software design process? What tools are actually used to develop software?

I've also heard that code for a lot of different tasks is placed in libraries, and this code can be referenced when the code you are coding is being built and incorporated in the final product. How do you find which libraries and code that you need?

I also wanted to ask if the graphical user interface code is kept separate from the actual program code, and the GUI is an "interface" to the program. Can GUI libraries be used?


Orignal From: How is software actually designed and built?

0 评论