![]() |
2010-05-06
, 11:44
|
|
Posts: 455 |
Thanked: 782 times |
Joined on Nov 2009
@ Netherlands
|
#32
|
I believe you and trust you but don't forget world will not stand stood and new generation of programmers incoming on the market without this legacy.
They are no longer teaching them at school c++. Java instead.
Try to learn one technology young generation and if you keep it in hand you are the monopolist within next 10 years.
mov ax, 5 mov bx, 4 add ax, bx
int x = 5; int y = 4; x += y;
var x = 5; var y = 4; x += y;
Declare x to be an integer, and set its value to be five; Declare y to be an integer, and set its value to be four; Increase the value of x by adding the value of y to it;
![]() |
2010-05-06
, 13:06
|
|
Posts: 431 |
Thanked: 239 times |
Joined on Apr 2010
@ London
|
#33
|
You've misinterpreted my post. Things such as COBOL, BASIC or Pascal should not be thought at all in schools, not to mention punched cards and direct machine code - those are dead technologies, just like we'll have a numerous more in the following decades. And I certainly don't consider myself as the part of 'old-school programmers', if such a thing even exists.
Anyway, not to get too off-topic, when I mentioned punched cards, I didn't mean that those should be taught at school, but they certainly give you a lot of perspective when it comes to programming. In today's day and age programmers rarely have the opportunity to experience what all their code boils down to, and software turned into a mysterious vapor, it's a good thing to see that your program actually does something except printing shiny pixels on a screen. You know, something physical, something you can touch and feel with all your senses. Such an experience awes any passionate programmer.
![]() |
2010-05-07
, 03:26
|
|
Posts: 431 |
Thanked: 239 times |
Joined on Apr 2010
@ London
|
#34
|
This was the point I stopped reading your post - you're obviously have no idea what you are talking about.
![]() |
2010-05-07
, 08:32
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#35
|
Anyway, not to get too off-topic, when I mentioned punched cards, I didn't mean that those should be taught at school, but they certainly give you a lot of perspective when it comes to programming. In today's day and age programmers rarely have the opportunity to experience what all their code boils down to, and software turned into a mysterious vapor, it's a good thing to see that your program actually does something except printing shiny pixels on a screen. You know, something physical, something you can touch and feel with all your senses. Such an experience awes any passionate programmer.
![]() |
2010-07-23
, 13:08
|
|
Posts: 431 |
Thanked: 239 times |
Joined on Apr 2010
@ London
|
#36
|
Finally direct answer for my question.
Thanks a lot.