U
U
unet9002016-12-06 11:56:14
Programming
unet900, 2016-12-06 11:56:14

How to learn to write code quickly?

Recommend plz literature, articles in order to write code quickly, there must be certain techniques. It is clear that everything must be thought out in advance, but by what method?
In general, please share your experience on this issue.
UPD
It means designing with typing the program has no problems))

Answer the question

In order to leave comments, you need to log in

6 answer(s)
A
Alexey Nemiro, 2016-12-06
@AlekseyNemiro

There is a technique and it is as old as the world:
Think seven times, write once.
The less you write, the less work there will be.
And how to carry out the thought process is better for you :-)
Learn to put thinking into the background, so to speak, into the background, so that the brain itself thinks, and you can do something else. This is especially true for complex tasks. Complex tasks somewhere in the depths of the brain are solved faster. How to develop this skill, I can’t say for sure, everything somehow turns out by itself. But one can definitely say that you need to think more often :-)
As for the mechanics, quickly entering the code is not something you should strive for, of course, if the goal is not to become a secretary :-)

Рафаэль ™, 2016-12-06
@maxminimus

ускорение пропорционально опыту
этож очевидно

Освойте метод слепой печати.

R
Rou1997, 2016-12-06
@Rou1997

Просто работайте и будете приобретать навыки проектирования на всех уровнях и другие навыки, а также наработки, которые в будущем позволят не писать с нуля.
Чтобы наработки были более удобными для "подгонки" под новую задачу при повторном использовании, выносите их в библиотеки и утилиты (кодогенераторы и другие).
А никаких "волшебных" методик и литературы нет и не может быть, полнейший бред, есть только по конкретным вопросам, все в интернете, пользуйтесь поиском, в этом тоже навык решает.

X
xmoonlight, 2016-12-06
@xmoonlight

"Писать код быстро" - возможные варианты контекста:
1. Быстро печатать/набирать текст.
2. Быстро проектировать архитектуру и зависимости объектов.
3. Быстро вставлять шаблонные куски кода и затем заполнять их.
4. Использовать режим авто-подстановки/авто-завершения переменных, функций и т.д. в IDE.
UPD: учите архитектуру, ООП и паттерны проектирования.
базовый пример веб-приложения (веб-сайта)

E
evgeniy_lm, 2016-12-06
@evgeniy_lm

Writing code and designing an application is a completely different job. You need to understand that programming is not a craft, but an art. Therefore, some programmers create masterpieces, while others create shitty crafts with copy-paste

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question