Jump to content

Programming


krAzy :)

Recommended Posts

Corey do some java tutorials online.. I've never learned anything from a course.. Best way is to play with languages at home..

 

You'll catch up.

Link to comment
Share on other sites

Well, don't forget that if you learn things yourself, you might learn it "wrong".

 

For example I learned C prior to C++. So instead of using references for function calls, I still use pointers (which works, but aren't that good). I make all variables public such that I don't need getters and setters (which is bad, sometimes you only need getters). I'm learning to name my variables correctly and use the power of the initial constructor [[ class1::class1(int a) : m_a(a) {} ]] instead of [[ class1::class1(int a) { this->a = a } ]]. (which makes it easier for others to understand).

 

Don't think that if you learn everything yourself, you do it without making errors.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.