Tuesday, December 15, 2009

Unix Covering Letter When Creating A Computer Program, What Is The Process I Need To Do Before I Start To Code?

When creating a computer program, what is the process i need to do before i start to code? - unix covering letter

Recently, the program has started with Unix and Java, but they told me my programs are everywhere, and I think that starts on the process before encoding. Do you have any advice or information about the processes which must be met before the scheduled start to build a program?

4 comments:

steve-o said...

Learning to write "pseudo". Basically, write the steps that your code is implemented in plain English and use them as comments in the code.

According to this refined and you are satisfied with the whole process, start to plug the gaps with the code.

Also pay attention to how the structure of nested loops code.Not. Sensible names. With reusable functions

Note that a person must be able to read and understand the code, without any information about them.

leiceste... said...

Open coding a program such as Java or C + +. then u'll have to define values
For example, Sun answer1 as an integer

marmalad... said...

Further design analysis - Read more about UML.

Analysis:
The purpose of this program
Target Group - Ask questions, identify key issues and concepts, diagrams, use case, etc.

Design
Class diagrams, sequence diagrams, flowcharts simple, etc.
The re-use of utensils, keep it simple.

Steven said...

Plan on paper, with a natural language or pseudo code. Organization helps sometimes.
Write to perform in small modules or sub-routines that a particular task. This makes your code more readable and reusable.
Comments on the document code and thought processes. What you can not today so obviously blatent later.
How to wear any other kind of responsibility, breaks down. Walking back from the keyboard. Know your limits.
Above all ... Have fun.

Post a Comment