0
Coding skill.
Hello guys.Today I will ask simple question.How you code?I mean how you learn programming language and how you apply it? Hope you will get my point.Thanks
4 Answers
+ 7
Dear friend
we first keep things simple.
if i ask you to write down your ordinary day you probably write a program but it would be in other language (english!)
let me give you simple 3 example
task 1 :
problem : feeling hungry
solution : eat something
steps for solution
1-wake up and walk to kitchen
2- if you have refrigirator open it
3- do you see something to eat
4- if there is nothing to eat close door of refrigirator
5-press home menu (your phone)
6- make a call for pizza
solution solved - somehow yes ??
task 2 :
problem : earn money
solution : go job
steps for solution
1-wake up early
2-take shower
3-wear your clothes (very important task)
4-Drive office
5-drink coffee
6-check mail
7-drink coffee
8-answer ringing phone and tell customer that you will call them as soon as possibile
9-go lunch
10- drink coffee
11-surf at internet
12-check mails
13-drive home
14-go step 1
this is called loop :))
task 3 :
problem : say hello to the new girl
solution : say hello
steps for solution
1-ask her if she knows programming
2- is she says yes tell her to show you how to write hello to screen
print ("Hello!")
+ 3
i wish that autocomplete didnt hack my writings at least i fixed :)
+ 2
KISS
Keep It Simple and Stupid
+ 1
Thanks all for answer!