Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
As a programmer, can you just picture the code infront of you?
I ask because i want to be a programmer, but I find it very hard to just picture code infront of me.
Ive tried reading about it, taking internet classes etc. But i seem to forget most things like. I can read something, 10 min later its gone. I know somewhat how to edit LUA to my liking, like adding and removing stuff, but most of it is using already existing code. I can do some basic php, but again thats with alot of googleing around, so not sure if it counts.
I want to ask how you guys learned how to program?
What would be a good first language be for beginners?
How do you remember the strings, vars etc?
also, i know how to do basic stuff like
a= "Hello world!"
print (a)
or
a = true
if (a) then
A is true..
else
A is false..
end
Was that also the sorta thing that got you interested? Personally i love how programmers turn code into useable items, apps etc. Even Operating systems.
I was once really good to math, well you know high-school level, and from what I've heard, programmers need to have like math at level A or whatever.
I really hope you can help me out here, and maybe see the big picture and tell me if i could turn out to be a decent programmer. Have in mind, that I'm about to choose my way of life, and if programming is not an option, i will go ahead with in infrastructure instead.
Thank you for reading. Also, if you are a hater. please avoid commenting.
Thank you all for your answer! I will pursue my dream of becoming a professional programmer! I'm decent with other real languages, you know this for a fact as English is not my first language.
Again, thank you all! It helped me out alot!
5 Answers
- KodeMunkey951Lv 48 years agoFavorite Answer
Yes, but it takes time to see it.
Learning to program isn't something that can be done overnight. It takes some long hours, late nights, nights without sleep at all. There's gonna be days you struggle, and days you want to quit. But as with anything in life, if you want it, you can have it.
I got into programming by accident. I was a photograpy major looking for a way to build a portfolio site. My business teacher pointed me towards Unix, and after a 6 week class, I changed my major to something more computer related. The change in major required me to take C++ and Assembly. Before the end of that semester, I changed to Computer Science, and stayed that way till the end.
Math is important to programming, because some of the processes you use in math are the same as in programming. Plus being able to use your mind to follow a problem out logically is very important.
Here's my suggestion on starting out. Figure out what it is you want to do in programming, and then start there. If you want to build websites, then start with HTML, CSS, javascript, and PHP. If you want to build games, go choose a .net project or C/C++ and go that way. If you want to build mobile apps, then look into Java, the android SDK or Objective-C. By picking something you want to do, you will be able to put that much more into it.
I wish you the best of luck, and can tell you that while the road can be rough at times, the destination is worth it!
Good Luck!
- GardnerLv 78 years ago
As a beginner programmer you won't be able to just picture the code most likely. You don't have the experience to do this. However as time goes on and you learn more and more then you will be able to do this to some extent.
I've written code both professionally and as a hobby for over 20 years now. When asked to do something, I can usually see the basics (or an outline) of the project start to form, and along with that the basic code I'll use to do it.
Source(s): VB.NET Programmer - soulmanLv 48 years ago
I can say from experience that writing code is very much like a writing an essay. It is a written description of a concept. So the first thing before writing any code is to understand what concept you are dealing with. If you can visualize the concept you are going to implement, then you could convert it into code. When converting a concept into code you will have to use a certain level of mathematics, logic and have an understanding of the various programming functions such as strings, variables, etc.
Creating diagrams of the concept you want to implement is important. In my opinion in programming classes they tend to focus too much on the various programming functions and not enough how to convert a concept into code.
- circusmortLv 58 years ago
Yes. Can you picture words that make a sentence? It's exactly the same thing, you just need to learn it through repetition and use. I've been programming in various languages for almost 30 years and always need a reference handy.
- How do you think about the answers? You can sign in to vote the answer.
- 8 years ago
yes,
You want to be a programmer so follow some
instructions and see some beginners tutorial related your language.
keep practice
Source(s): http://javatutorial.tech2our.com/