When To Move On

  • (5 Pages)
  • +
  • « First
  • 2
  • 3
  • 4
  • 5

62 Replies - 4493 Views - Last Post: 15 December 2014 - 10:47 AM

#46 Tyr4el   User is offline

  • D.I.C Addict

Reputation: 23
  • View blog
  • Posts: 507
  • Joined: 24-October 14

Re: When To Move On

Posted 04 November 2014 - 12:44 PM

Jon: I wouldn't know how to make that seeing as I have no access to create a website. It's a very basic layout though so I could do that if I had the web resources. But how do you implement Python in a website? Doesn't that use Django or something?

I do know it would need basic math, if/then statements, etc. So at least I know something ::scratches head::


Sent from my iPhone using Tapatalk
Was This Post Helpful? 0
  • +
  • -

#47 depricated   User is offline

  • Nero


Reputation: 2532
  • View blog
  • Posts: 6,273
  • Joined: 13-September 08

Re: When To Move On

Posted 04 November 2014 - 12:47 PM

View PostAtli, on 04 November 2014 - 12:36 PM, said:

View Postxclite, on 04 November 2014 - 06:16 PM, said:

The last thing I want is to end up on a team of Java-only programmers.

I see your Java-only team, and raise you a PHP-only team!

At least Java forces some modicum of structure on your share of idiot programmers. On our side they run rampant; crapping all over the source without so much as a compiler warning.

At least they might know some HTML too
Was This Post Helpful? 0
  • +
  • -

#48 Atli   User is offline

  • Enhance Your Calm
  • member icon

Reputation: 4241
  • View blog
  • Posts: 7,216
  • Joined: 08-June 10

Re: When To Move On

Posted 04 November 2014 - 02:14 PM

HTML is the medium with which they crap all over our source code. It's the bane of PHP development.
Was This Post Helpful? 0
  • +
  • -

#49 macosxnerd101   User is offline

  • Games, Graphs, and Auctions
  • member icon




Reputation: 12800
  • View blog
  • Posts: 45,992
  • Joined: 27-December 08

Re: When To Move On

Posted 04 November 2014 - 02:16 PM

As long as there is no I in MySQL. That's the sign of a prepared developer.
Was This Post Helpful? 0
  • +
  • -

#50 jon.kiparsky   User is offline

  • Beginner
  • member icon


Reputation: 12350
  • View blog
  • Posts: 20,985
  • Joined: 19-March 11

Re: When To Move On

Posted 04 November 2014 - 02:22 PM

View PostAtli, on 04 November 2014 - 02:36 PM, said:

I see your Java-only team, and raise you a PHP-only team!

At least Java forces some modicum of structure on your share of idiot programmers. On our side they run rampant; crapping all over the source without so much as a compiler warning.



Quoted for mother-lovin' truth. Oh, the misery of a PHP shop. And have you noticed how PHP shops are always PHP-only? (apart from the guy in the corner who knows some javascript and some css)
Was This Post Helpful? 0
  • +
  • -

#51 jon.kiparsky   User is offline

  • Beginner
  • member icon


Reputation: 12350
  • View blog
  • Posts: 20,985
  • Joined: 19-March 11

Re: When To Move On

Posted 04 November 2014 - 02:27 PM

View PostTyr4el, on 04 November 2014 - 02:44 PM, said:

Jon: I wouldn't know how to make that seeing as I have no access to create a website. It's a very basic layout though so I could do that if I had the web resources. But how do you implement Python in a website? Doesn't that use Django or something?

I do know it would need basic math, if/then statements, etc. So at least I know something ::scratches head::


You don't need to do it as a web thing - a command-line application would be fine. You have a working model, can you implement something like it in Python?
It's a good exercise - it's not hugely difficult, but it's got some nice complications. And if you get stuck, you can try to read the BASIC source code for ideas. :)
Was This Post Helpful? 0
  • +
  • -

#52 Tyr4el   User is offline

  • D.I.C Addict

Reputation: 23
  • View blog
  • Posts: 507
  • Joined: 24-October 14

Re: When To Move On

Posted 04 November 2014 - 02:49 PM

View Postjon.kiparsky, on 04 November 2014 - 02:22 PM, said:

View PostAtli, on 04 November 2014 - 02:36 PM, said:

I see your Java-only team, and raise you a PHP-only team!

At least Java forces some modicum of structure on your share of idiot programmers. On our side they run rampant; crapping all over the source without so much as a compiler warning.



Quoted for mother-lovin' truth. Oh, the misery of a PHP shop. And have you noticed how PHP shops are always PHP-only? (apart from the guy in the corner who knows some javascript and some css)

Are Javascript and CSS not great to learn? Is that what you're suggesting?


Sent from my iPhone using Tapatalk

View Postjon.kiparsky, on 04 November 2014 - 02:27 PM, said:

View PostTyr4el, on 04 November 2014 - 02:44 PM, said:

Jon: I wouldn't know how to make that seeing as I have no access to create a website. It's a very basic layout though so I could do that if I had the web resources. But how do you implement Python in a website? Doesn't that use Django or something?

I do know it would need basic math, if/then statements, etc. So at least I know something ::scratches head::


You don't need to do it as a web thing - a command-line application would be fine. You have a working model, can you implement something like it in Python?
It's a good exercise - it's not hugely difficult, but it's got some nice complications. And if you get stuck, you can try to read the BASIC source code for ideas. :)/>

Challenge accepted, sir.


Sent from my iPhone using Tapatalk
Was This Post Helpful? 2
  • +
  • -

#53 jon.kiparsky   User is offline

  • Beginner
  • member icon


Reputation: 12350
  • View blog
  • Posts: 20,985
  • Joined: 19-March 11

Re: When To Move On

Posted 04 November 2014 - 03:04 PM

View PostTyr4el, on 04 November 2014 - 04:49 PM, said:

Are Javascript and CSS not great to learn? Is that what you're suggesting?


Well, no - if you're going to do web programming, you're not going to be able to do a lot without them. But if you find yourself in a shop where the only polyglot is the guy who knows some javascript and css in addition to the PHP, you should review the actions that brought you to that pass and figure out where you've gone horribly wrong, because at that point you know you're in hell.


Quote

Challenge accepted, sir.


That's the stuff.
Was This Post Helpful? 0
  • +
  • -

#54 Jim.Stanley9   User is offline

  • New D.I.C Head

Reputation: 11
  • View blog
  • Posts: 26
  • Joined: 04-October 14

Re: When To Move On

Posted 04 November 2014 - 06:47 PM

Your first programing language is always the hardest to learn. You are also learning how to think logically and in code. It is my experience that every additional language I pick up makes me a better programmer. Each language has different ways to do thinks and often teaches me a different approach to many problems in other languages. Also each additional language makes it easier to pick up the next language.

In more than half the shops I have been in I have worked with two or more languages. I also dabble.

So yes, once you are comfortable in one language start picking up another. Languages that were once popular are now no longer taught. I understand that the number of lines of COBOL worldwide has fallen below 5 trillion.
Was This Post Helpful? 2
  • +
  • -

#55 Tyr4el   User is offline

  • D.I.C Addict

Reputation: 23
  • View blog
  • Posts: 507
  • Joined: 24-October 14

Re: When To Move On

Posted 04 November 2014 - 07:04 PM

I think that's very true. It is quite hard. I'm learning to think logically and in a coding way rather than plan English and it's hard.

What are these shops I keep reading aboutv


Sent from my iPhone using Tapatalk
Was This Post Helpful? 0
  • +
  • -

#56 modi123_1   User is offline

  • Suitor #2
  • member icon



Reputation: 16480
  • View blog
  • Posts: 65,316
  • Joined: 12-June 08

Re: When To Move On

Posted 04 November 2014 - 07:14 PM

A shop is your work place.
Was This Post Helpful? 0
  • +
  • -

#57 depricated   User is offline

  • Nero


Reputation: 2532
  • View blog
  • Posts: 6,273
  • Joined: 13-September 08

Re: When To Move On

Posted 05 November 2014 - 08:02 AM

View PostJim.Stanley9, on 04 November 2014 - 06:47 PM, said:

I understand that the number of lines of COBOL worldwide has fallen below 5 trillion.

bull, I worked for a credit processor whose platform alone was easily 5 trillion lines of COBOL :lol:
Was This Post Helpful? 0
  • +
  • -

#58 Atli   User is offline

  • Enhance Your Calm
  • member icon

Reputation: 4241
  • View blog
  • Posts: 7,216
  • Joined: 08-June 10

Re: When To Move On

Posted 05 November 2014 - 01:22 PM

How would one actually know how many lines of COBOL there are anyway?
Was This Post Helpful? 0
  • +
  • -

#59 modi123_1   User is offline

  • Suitor #2
  • member icon



Reputation: 16480
  • View blog
  • Posts: 65,316
  • Joined: 12-June 08

Re: When To Move On

Posted 05 November 2014 - 01:31 PM

What? You don't keep a scrolling LED sign with the current tallies of lines of code per languages, and the up/down trends for the day?
Pffsst.

Posted Image
Was This Post Helpful? 0
  • +
  • -

#60 depricated   User is offline

  • Nero


Reputation: 2532
  • View blog
  • Posts: 6,273
  • Joined: 13-September 08

Re: When To Move On

Posted 05 November 2014 - 03:17 PM

that credit processor I mentioned had a huge video wall that showed all the transactions going through in real time. Like...why? It only helped in like 1-2% of outages, and the help it provided was pretty small - we could see that it wasn't scrolling.

Pretty lame.
Was This Post Helpful? 0
  • +
  • -

  • (5 Pages)
  • +
  • « First
  • 2
  • 3
  • 4
  • 5