Click here to Skip to main content
15,889,450 members

Survey Results

Will programming become more or less complex in the future?   [Edit]

Survey period: 12 Sep 2011 to 19 Sep 2011

Our modern IDEs make life so much easier, but issues such as security, parallelism and bloated APIs make life harder. Which way will the balance tip overall?

OptionVotes% 
Programming will become extremely simple515.20
Programming will become simpler979.89
Specifics will change but overall the complexity of the job will stay the same54355.35
Programming will become more complex14414.68
Programming will become so complex that further specialisation in skills will be needed14614.88



 
GeneralProgramming is the easy part... PinPopular
Reiss11-Sep-11 23:24
professionalReiss11-Sep-11 23:24 
GeneralOnce I perfect my Machine/Mind interface Pin
Mycroft Holmes11-Sep-11 21:57
professionalMycroft Holmes11-Sep-11 21:57 
GeneralRe: Once I perfect my Machine/Mind interface Pin
OriginalGriff11-Sep-11 23:29
mveOriginalGriff11-Sep-11 23:29 
GeneralRe: Once I perfect my Machine/Mind interface Pin
Mycroft Holmes12-Sep-11 0:55
professionalMycroft Holmes12-Sep-11 0:55 
GeneralBoth! PinPopular
OriginalGriff11-Sep-11 21:41
mveOriginalGriff11-Sep-11 21:41 
GeneralRe: Both! Pin
DaveAuld12-Sep-11 0:36
professionalDaveAuld12-Sep-11 0:36 
GeneralRe: Both! Pin
OriginalGriff12-Sep-11 0:40
mveOriginalGriff12-Sep-11 0:40 
GeneralA good old fashion delete Pin
S Houghtelin12-Sep-11 3:06
professionalS Houghtelin12-Sep-11 3:06 
8 bits at a time, and this is still being used. Blush | :O

CLEAR_RAM:
     CLRA
     STA   RAM_STRT
     LDHX  #RAM_STRT+1   ;CLEAR FIRST RAM AREA

LOOP_1:
     MOV   RAM_STRT,X+
     CPHX  #RAM_END
     BLO   LOOP_1

     LDHX  #NEXT_RAM     ;CLEAR NEXT RAM AREA

LOOP_2:
      MOV   RAM_STRT,X+
      CPHX  #RAM_END_2
      BLO   LOOP_2

      CLRH
      CLRX
      RTS

It was broke, so I fixed it.

GeneralRe: A good old fashion delete Pin
OriginalGriff12-Sep-11 3:15
mveOriginalGriff12-Sep-11 3:15 
GeneralRe: A good old fashion delete Pin
S Houghtelin12-Sep-11 4:00
professionalS Houghtelin12-Sep-11 4:00 
GeneralRe: A good old fashion delete Pin
OriginalGriff12-Sep-11 4:14
mveOriginalGriff12-Sep-11 4:14 
GeneralRe: Both! Pin
Mehdi Gholam12-Sep-11 0:45
Mehdi Gholam12-Sep-11 0:45 
GeneralA page from nature Pin
Mehdi Gholam11-Sep-11 19:52
Mehdi Gholam11-Sep-11 19:52 
GeneralRe: A page from nature Pin
Rob Grainger12-Sep-11 0:19
Rob Grainger12-Sep-11 0:19 
GeneralRe: A page from nature Pin
W Balboos, GHB12-Sep-11 1:32
W Balboos, GHB12-Sep-11 1:32 
GeneralRe: A page from nature Pin
Rob Grainger12-Sep-11 0:19
Rob Grainger12-Sep-11 0:19 
GeneralRe: A page from nature Pin
Mehdi Gholam12-Sep-11 0:42
Mehdi Gholam12-Sep-11 0:42 
GeneralIt will become complex due to excess of APIs Pin
Aniruddha Loya11-Sep-11 19:32
Aniruddha Loya11-Sep-11 19:32 
GeneralAs you don't specify timeframe... PinPopular
nmarcel11-Sep-11 18:25
nmarcel11-Sep-11 18:25 
GeneralRe: As you don't specify timeframe... Pin
Larry Ness12-Sep-11 9:06
Larry Ness12-Sep-11 9:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.