+ 1
How do you know what to write on your code
im new to coding and i havent had any lessons
11 Respuestas
+ 11
You can learn advanced things in the Internet such as StackOverFlow
+ 4
start by learn HTML first and it will teach you what to code
+ 2
hi everybody I do know about java who wants to teach me .
+ 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! ☺
+ 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.
+ 1
Who knows uzbek language? ??
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...
0
Wow. This seems all over the place. Did I misinterpret the question to be about what to put in code comments?
<!-- -->
/* */
//
#
%
'
--
*
||
\
0
Hola, alguien me puede guiar?
0
Hi juan,
What kind of guidance are you looking for?
0
This thread seems prone to hijacking.