E
E
Esteri2016-11-29 05:45:36
Programming
Esteri, 2016-11-29 05:45:36

The question is not relevant. How to think through your program and finally start writing code?

There was a text, but it disappeared somewhere :c

Answer the question

In order to leave comments, you need to log in

6 answer(s)
M
Maria Maltseva, 2016-11-29
@Esteri

When you do not know how to write a program, you can start by figuring out what you need to get in the end. Present the program from the user's point of view. Then try to schematically think over the main parts of the program (the flowcharts from the first course will come in handy here), then think over each part in detail, and so on.
At the university they teach coding, but not everywhere they talk about the fact that most of the work of a programmer is modeling a program, and not writing code and debugging itself.
At first it seemed to me that "why waste time on these schemes, I imagine everything in my head", but over time a habit has developed: first draw the principle of operation, a model, and then only embody.

R
Rou1997, 2016-11-29
@Rou1997

I have been thinking about it for several days, and then it dawned on me that I would not master such a scale. Because of elementary ignorance of HOW to write this or that function.

And what about scale if you can't implement a particular function?
Doesn't fit! So there is no reliable wording of the problem in your question, so I don’t understand you, I can’t help, although I went through something similar, I think that you suffer from perfectionism, and so, it is evil, and the quality should depend on the amount of payment, as I understand it, you will not be paid anything, you will draw your own conclusions, unless of course you listen to me, and not like fools.
Depends on how it's connected to it.
If as a "full-fledged monitor", then in the API of a particular OS there should be no problems creating a window on this particular monitor, the Internet is full of examples for such a case.

K
Konstantin Tsvetkov, 2016-11-29
@tsklab

And I already know how to write functions for a long time.
You are already confusing the function in the program and the functionality of the system.
then it is very difficult to take something non-standard out of your head
You were supposed to be taught programming standards for four years. From non-standard, I met only 146% of voters.

S
Saboteur, 2016-11-29
@saboteur_kiev

You can tell the organization that you are an intern and a student who is still learning. And so that they do not play the fool and order serious software from experienced programmers for normal money, and not at the expense of students write buggy junk.

D
Draconian, 2016-11-29
@Draconian

Make a list of features that need to be implemented within the project, start writing code, starting with the most important and necessary of them. Understanding how to implement the task will come in the process of studying.
If you need a database, design it first.
If you are so sure that you will not master the scale, offer to reduce the number of functions, focus on the main ones. In the end, you can offer your services for the implementation of this project after practice, for money :D
Your task in practice is to learn something, and prove it by providing some kind of result (including by making a report). I'm assuming you don't have any contractual relationship with the internships, so don't worry.

S
sitev_ru, 2016-11-29
@sitev_ru

For me, the task is quite large.

Write a task in the comments, let's try to reason together ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question