Click here to Skip to main content
15,893,487 members

Survey Results

What's the hardest bit about writing an app?

Survey period: 28 Jul 2014 to 4 Aug 2014

We'll assume writing the actual code is the easy bit...

OptionVotes% 
Interpreting specs (or lack thereof)79248.41
Getting the architecture right (without redoing it 3 times)55333.80
Dealing with the compiler / framework / libraries / OS etc22513.75
Ensuring it works on different hardware / browsers / systems48829.83
Ensuring it's fast / small / resource friendly enough24214.79
Getting the User Experience and UI / graphics spot on54333.19
Testing sufficiently50430.81
Dealing with the client54933.56
Other804.89
Respondents were allowed to choose more than one answer; totals may not add up to 100%



 
GeneralFighting your employer's own dogma, prejudice, laziness and inertia Pin
jim lahey28-Jul-14 0:52
jim lahey28-Jul-14 0:52 
GeneralRedoing the architecture 3 times Pin
Rob Philpott28-Jul-14 0:32
Rob Philpott28-Jul-14 0:32 
GeneralRe: Redoing the architecture 3 times PinPopular
KarstenK28-Jul-14 3:35
mveKarstenK28-Jul-14 3:35 
GeneralRe: Redoing the architecture 3 times Pin
jim lahey28-Jul-14 5:53
jim lahey28-Jul-14 5:53 
GeneralRe: Redoing the architecture 3 times Pin
KarstenK28-Jul-14 6:43
mveKarstenK28-Jul-14 6:43 
GeneralRe: Redoing the architecture 3 times Pin
Nelek31-Jul-14 0:40
protectorNelek31-Jul-14 0:40 
GeneralRe: Redoing the architecture 3 times Pin
KarstenK31-Jul-14 1:42
mveKarstenK31-Jul-14 1:42 
GeneralIt's funny... Pin
Sander Rossel27-Jul-14 21:10
professionalSander Rossel27-Jul-14 21:10 
There's so much productivity tools on the market today and new tools, frameworks and even languages are appearing almost daily.
But how the hell will we use them if we can't even get our specs straight?
It seems we're solving the wrong problems... Sniff | :^)
It's an OO world.
C#
public class SanderRossel : Lazy<Person>
{
   public void DoWork()
   {
      throw new NotSupportedException();
   }
}

GeneralPlanning accurately Pin
R. Erasmus27-Jul-14 20:56
R. Erasmus27-Jul-14 20:56 
GeneralWithout redoing task multiple times we can not finished it PinPopular
koolprasad200327-Jul-14 20:24
professionalkoolprasad200327-Jul-14 20:24 
GeneralRe: Without redoing task multiple times we can not finished it Pin
KarstenK28-Jul-14 6:48
mveKarstenK28-Jul-14 6:48 
GeneralInteraction with Team Members Pin
Agent__00727-Jul-14 19:26
professionalAgent__00727-Jul-14 19:26 
GeneralRe: Interaction with Team Members Pin
Sharath C V27-Jul-14 20:50
professionalSharath C V27-Jul-14 20:50 
GeneralDeadlines Pin
PIEBALDconsult27-Jul-14 19:09
mvePIEBALDconsult27-Jul-14 19:09 
GeneralRe: Deadlines Pin
Kornfeld Eliyahu Peter27-Jul-14 19:23
professionalKornfeld Eliyahu Peter27-Jul-14 19:23 
GeneralRe: Deadlines Pin
Karen Mitchelle27-Jul-14 21:41
professionalKaren Mitchelle27-Jul-14 21:41 
GeneralRe: Deadlines Pin
R. Erasmus28-Jul-14 4:44
R. Erasmus28-Jul-14 4:44 
GeneralRe: Deadlines Pin
Frank T. Clark28-Jul-14 8:58
professionalFrank T. Clark28-Jul-14 8:58 
GeneralRe: Deadlines Pin
Karen Mitchelle29-Jul-14 15:00
professionalKaren Mitchelle29-Jul-14 15:00 
GeneralRe: Deadlines Pin
Frank T. Clark30-Jul-14 2:53
professionalFrank T. Clark30-Jul-14 2:53 
GeneralRe: Deadlines Pin
Nelek31-Jul-14 0:17
protectorNelek31-Jul-14 0:17 
GeneralRe: Deadlines Pin
CPallini31-Jul-14 7:05
mveCPallini31-Jul-14 7:05 
GeneralRe: Deadlines Pin
KarstenK28-Jul-14 3:29
mveKarstenK28-Jul-14 3:29 
GeneralDealing with the client... Pin
Kornfeld Eliyahu Peter27-Jul-14 18:55
professionalKornfeld Eliyahu Peter27-Jul-14 18:55 
GeneralI don't write apps PinPopular
CDP180227-Jul-14 18:30
CDP180227-Jul-14 18:30 

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.