Free Republic
Browse · Search
General/Chat
Topics · Post Article

Skip to comments.

The 10 Most In-Demand Software Skills
CIO Insight ^ | 07/02/2014 | By Karen A. Frenkel

Posted on 07/02/2014 9:19:35 AM PDT by SeekAndFind

click here to read article


Navigation: use the links below to view more comments.
first previous 1-2021-4041-47 next last
To: Henchster
And people wonder why at age 42, I dumped everything, and went to culinary school. ;)

/johnny

21 posted on 07/02/2014 9:38:03 AM PDT by JRandomFreeper (Gone Galt)
[ Post Reply | Private Reply | To 20 | View Replies]

To: Boogieman

Fix code later???

We had a guy write up a bunch of code, then did global variable name changes from meaningful to meaningless, just to hide his work.

Code seemed to work OK, but no one could check or maintain. His idea of job security, I guess.

True to his nature, he finally got in a fight with the division head, cops were called and was sent home to sit by the phone for further assignment.

And he had to scrounge up a new job pretty soon.


22 posted on 07/02/2014 9:38:27 AM PDT by Scrambler Bob (You can count my felonies by looking at my FR replies.)
[ Post Reply | Private Reply | To 8 | View Replies]

To: RedMDer

COBOL is self-documenting.


23 posted on 07/02/2014 9:41:23 AM PDT by AppyPappy
[ Post Reply | Private Reply | To 19 | View Replies]

To: Scrambler Bob

So, the code had to all be done over?


24 posted on 07/02/2014 9:41:31 AM PDT by listenhillary (Courts, law enforcement, roads and national defense should be the extent of government)
[ Post Reply | Private Reply | To 22 | View Replies]

To: JRandomFreeper

We had to insert a couple of lines of code something like —

x=y
y=x

With a comment

C Do not remove or change these lines.

This was necessary to cure a compiler problem. Sometimes, the compiler, when it grabbed a section of code, would get an error. This changed the section of code’s boundary.

My favorite computer quote:

“Problems that go away by themselves come back by themselves.”


25 posted on 07/02/2014 9:50:56 AM PDT by Scrambler Bob (You can count my felonies by looking at my FR replies.)
[ Post Reply | Private Reply | To 12 | View Replies]

To: SeekAndFind

11. Hindi


26 posted on 07/02/2014 9:54:54 AM PDT by DFG ("Dumb, Dependent, and Democrat is no way to go through life" - Louie Gohmert (R-TX))
[ Post Reply | Private Reply | To 1 | View Replies]

To: JRandomFreeper

Ya mean like this?

// Increment variable i by one
i++;

(*snort*)

I actually saw that when I was reviewing someone’s code.


27 posted on 07/02/2014 9:55:32 AM PDT by BuckeyeTexan (There are those that break and bend. I'm the other kind. ~Steve Earle)
[ Post Reply | Private Reply | To 5 | View Replies]

To: SeekAndFind

I speak Incan and Mayan. I'm a shoo in!

28 posted on 07/02/2014 9:58:22 AM PDT by Focault's Pendulum (I live in NJ....should' Nuff said!)
[ Post Reply | Private Reply | To 3 | View Replies]

To: SeekAndFind
//IWANTA JOB
//IMA EXEC PGM=IEFBR14
//SYSIN DD DUMMY
//

Where do I sign up?

-PJ

29 posted on 07/02/2014 9:58:43 AM PDT by Political Junkie Too (If you are the Posterity of We the People, then you are a Natural Born Citizen.)
[ Post Reply | Private Reply | To 1 | View Replies]

To: SeekAndFind

Backing up e-mails.


30 posted on 07/02/2014 9:59:40 AM PDT by Ingtar (The NSA - "We're the only part of government who actually listens to the people.")
[ Post Reply | Private Reply | To 1 | View Replies]

To: Scrambler Bob
Sometimes, the compiler, when it grabbed a section of code, would get an error.

Back in the day as a programmer, I ran into a weird compiler error. Had it narrowed down to a few lines of code, so I added a print line to show me the value of a variable. Compile worked, and the code ran just fine. Commented out the line, the the code ran just fine. Removed the comment, and the code stopped working.

Had to leave the comment in the code for the program to work.

31 posted on 07/02/2014 10:00:52 AM PDT by ShadowAce (Linux -- The Ultimate Windows Service Pack)
[ Post Reply | Private Reply | To 25 | View Replies]

To: JRandomFreeper

With many of the modern languages, much of the code can self-document. My rule of thumb is that if the code cannot explain itself, I am probably doing it wrong.


32 posted on 07/02/2014 10:01:24 AM PDT by Ingtar (The NSA - "We're the only part of government who actually listens to the people.")
[ Post Reply | Private Reply | To 5 | View Replies]

To: Billthedrill

If it was hard to write, it SHOULD be hard to read!


33 posted on 07/02/2014 10:03:24 AM PDT by IronJack
[ Post Reply | Private Reply | To 7 | View Replies]

To: JRandomFreeper
I will admit under pressure to seeing "this error trap is for complete idiots using an application they have no business using."

Shortly after I typed it.

34 posted on 07/02/2014 10:03:30 AM PDT by Billthedrill
[ Post Reply | Private Reply | To 21 | View Replies]

To: AppyPappy

COBOL can be easy to read. It depends on who wrote it. :)


35 posted on 07/02/2014 10:05:44 AM PDT by RedMDer (May we always be happy and may our enemies always know it. - Sarah Palin, 10-18-2010)
[ Post Reply | Private Reply | To 23 | View Replies]

To: listenhillary

I once worked for a real estate appraisal firm.

On the appraisal forms, which are, in effect, legally binding documents, there are many small spaces provided for comments to questions/measurements, etc.

One dimwit I worked with provided a comment on whether tile was plain or inlaid.

He chose to comment, “get laid”.

The boss was not amused, and he was summarily fired (and rightly so!).

As the boss so often reminded us, “every appraisal is a potential lawsuit”.

I assume he (the fired appraiser) got the religion a little too late for his own good.

CA....


36 posted on 07/02/2014 10:09:01 AM PDT by Chances Are (Seems I've found that silly grin again....)
[ Post Reply | Private Reply | To 18 | View Replies]

To: Scrambler Bob
Fix code later???

I've seen that comment in production code. Usually doesn't bode well.

When the comments in the code make less sense than the code it may indicate the code was fixed by someone who left the original comments untouched.

37 posted on 07/02/2014 10:09:51 AM PDT by eggman (End the Obama occupation of the White House!)
[ Post Reply | Private Reply | To 22 | View Replies]

To: SeekAndFind

comments are fine until the code and the comments diverge, which they always will...


38 posted on 07/02/2014 10:10:31 AM PDT by olepap (Your old Pappy)
[ Post Reply | Private Reply | To 1 | View Replies]

To: SeekAndFind

comments are fine until the code and the comments diverge, which they always will...


39 posted on 07/02/2014 10:10:32 AM PDT by olepap (Your old Pappy)
[ Post Reply | Private Reply | To 1 | View Replies]

To: AppyPappy
COBOL is self-documenting.

LOL! I worked with an engineer once that said C was self documenting.

40 posted on 07/02/2014 10:41:46 AM PDT by MulberryDraw (Repeal it.)
[ Post Reply | Private Reply | To 23 | View Replies]


Navigation: use the links below to view more comments.
first previous 1-2021-4041-47 next last

Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.

Free Republic
Browse · Search
General/Chat
Topics · Post Article

FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson