+ 1

How do you know what to write on your code

im new to coding and i havent had any lessons

28th Jul 2018, 7:27 AM
SILVERDOLLAR 27
SILVERDOLLAR 27 - avatar
11 Respuestas
+ 11
You can learn advanced things in the Internet such as StackOverFlow
28th Jul 2018, 1:58 PM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
+ 4
start by learn HTML first and it will teach you what to code
28th Jul 2018, 7:50 AM
SMH
SMH - avatar
+ 2
hi everybody I do know about java who wants to teach me .
11th Aug 2018, 2:00 PM
Jahongir Rajaboyev
Jahongir Rajaboyev - avatar
+ 1
My first comments were reminders to myself about what each thing did. As I practiced more and remembered more, my comments were more focused on explaining why I structured something one way over some other ways and any anticipated issues (and whether I intended to fix it or to leave it alone because it's not worth fixing). Sometimes I start a file with comments outlining sections to plan/organize my code and decide later whether I want to keep the comments or remove them. There are all kinds of cool things you could do! ☺
28th Jul 2018, 7:42 AM
Janning⭐
Janning⭐ - avatar
+ 1
stard by reading the HTML OVERVIEW. There are examples to go through and "Try it yourself" link. Click link and typ every code you see. on the space below starting from the top and click run once you done.
28th Jul 2018, 3:53 PM
SMH
SMH - avatar
+ 1
Who knows uzbek language? ??
11th Aug 2018, 2:01 PM
Jahongir Rajaboyev
Jahongir Rajaboyev - avatar
0
coding is just a means by which you transfer your ideas into a computer world... therefore if you are writing a code it means you already have an idea you must have had in mind.. the best way is to first create a model of that idea.. by breaking it down to the barest element... and in detail.. so for example if you wanted to write a code that simulates an atm machine.. then you know that In your code there must be elements to represent the following 1. the available options on the machine 2. a means to access your Account Balance 3. a means to calculate your new balance after each transaction 4 your account type and all the necessary elements in it... and so on.. then you can now draw a diagram that illustrates the mode of operation of the ATM machine. for example a. machine is idle and asks to insert card b. machine identifies card and presents transaction options c. machine presents the sub options in the transaction you select D. machine performs the operation and calculates new balance.. Ę. machine displays the new balance and so on...
28th Jul 2018, 2:17 PM
sojman007
sojman007 - avatar
0
Wow. This seems all over the place. Did I misinterpret the question to be about what to put in code comments? <!-- --> /* */ // # % ' -- * || \
28th Jul 2018, 10:38 PM
Janning⭐
Janning⭐ - avatar
0
Hola, alguien me puede guiar?
28th Jul 2018, 11:37 PM
juan
0
Hi juan, What kind of guidance are you looking for?
29th Jul 2018, 12:35 AM
Janning⭐
Janning⭐ - avatar
0
This thread seems prone to hijacking.
11th Aug 2018, 7:07 PM
Janning⭐
Janning⭐ - avatar