Comment on: Model shows off her sick coding skills (X-Post from /v/funny)
0 12 Apr 2016 20:14 u/sdgsdgsdgsg in v/programmingComment on: Model shows off her sick coding skills (X-Post from /v/funny)
Actually, an expert showing me is way better use of my time than me having to go find, read, and try to parse out the meaning of some arcane article on what transmission fluid is.
They can call me an idiot all they want, if they are contributing to my learning. Unless its true that youre an idiot, it shouldnt hurt your feelings.
Comment on: Model shows off her sick coding skills (X-Post from /v/funny)
you know how to get better at coding? Share your shit. Yes, it will be bad. This is where you need to give up ego. Let people tear apart everything about your code. Then you learn from it. If I write something bad I fully expect to be shit on. Then I fix it.
Comment on: Model shows off her sick coding skills (X-Post from /v/funny)
In addition to what sirewolf said...
She issues the cd command like this
cd..
this is an error, and it says so 'command not found cd..'
She then repeats it.
She dosent even understand how to change directories. Shes on the master branch of a git repo, and cant get cd .. right.
Comment on: How do i start my Software Developer path.
You dont actually want this.
Here is 100% of everything you need. Its all 100% free.
http://www.cplusplus.com/doc/tutorial/
Thats everything you need. Thats more than Bill Gates, John Carmac, or Notch had starting out.
Youll give up within 20 minutes.
Comment on: What constitutes 'coding'?
So whats Java? Its compiled to bytecode thats intrepreted.
Your definition is so narrow.
No one says theyre 'scripting' when writing javascript. People also say they 'code' html.
OP, theres a book, 'code complete', you should read.
Comment on: Should I host jQuery Library, fonts, etc or should I just link them from external websites like Google Fonts, etc?
As everything on the internet, just about everyone is wrong.
Do both.
//pseudocode
script src='your cdn and script of choice' /script
script
if(!(jQuery)) //jQuery failed to load from the CDN...
//create script element with src='local copy of script of choice'
/script
Theres even better options and ways to do this, but thats the general idea : CDN for speed / bandwidth gains, with a local fallback option on fail.
So, in your opinion, no one should teach anyone, and theres never a reason to.
I dont know why Im wasting my time here.