Click here to Skip to main content
15,891,694 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%



 
GeneralFido Pin
MacSpudster28-Jul-14 13:03
professionalMacSpudster28-Jul-14 13:03 
GeneralClient?? Headache.. Pin
_Amy28-Jul-14 7:14
professional_Amy28-Jul-14 7:14 
GeneralTaming codezilla Pin
Duncan Edwards Jones28-Jul-14 3:39
professionalDuncan Edwards Jones28-Jul-14 3:39 
GeneralThe usual suspects ... Pin
Jonas Hammarberg28-Jul-14 1:53
professionalJonas Hammarberg28-Jul-14 1:53 
GeneralThe Really Hardest Thing Pin
W Balboos, GHB28-Jul-14 1:10
W Balboos, GHB28-Jul-14 1:10 
GeneralRe: The Really Hardest Thing Pin
Gary Wheeler29-Jul-14 1:14
Gary Wheeler29-Jul-14 1:14 
GeneralBoth Are Often the Same Pin
W Balboos, GHB28-Jul-14 1:04
W Balboos, GHB28-Jul-14 1:04 
GeneralFighting your employer's own dogma, prejudice, laziness and inertia Pin
jim lahey28-Jul-14 0:52
jim lahey28-Jul-14 0:52 
In the last few years I've encountered infinitely more obstacles that stem directly from the place I work for than problems relating to technical issues or requirements.

- We almost exclusively use .net technology, so when someone wants to use MVC for a web application, we subject them to meetings about why and then make them write a business case for using MVC.
- Then do the exact same thing when someone wants to use a single third-party .dll from codeplex, stating that "An application should reference no more than three libraries" like it's enshrined in software development fact
- Then have more meetings about "why our ASP.net web application needs IIS"
- We don't/won't use UML in our 150+ project "framework", but we'll call meetings and invoke mini-sprints for "software architecture clarification" based on the whim of one long-serving part-timer, because he "doesn't like seeing a reference to System.ServiceModel in a client application", despite all the WCF client stuff being right in there.
- In our sprawling framework we just created we don't actually do much new stuff, bar inner-platform a manufacturer's API behind a facade. We've even kept the inherent problems with the manufacturer's data access layer: index-based access to columns, every value is System.Object, can't databind, transactions can't be rolled back
- Using Linq style paging using Skip and Take in EF or NHibernate is wrong as the database has to do all the work while the application waits. Instead, another long-serving "senior" recommends we "select everything from the database, then use Skip and Take on the data in memory. In-memory is faster.", even if paging in memory takes place on the other side of a WCF service boundary and the database has millions of rows
- Spend months speccing and prototyping a big data project by developing your own algorithms and ORM-incompatible stored procedures to partition a SQL table, when SQL already supports this OOTB and you can set it up in seconds.
- Complain to the MD about not getting a raise when he's just said there won't be any raises due to inefficiencies
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 
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 Pin
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 

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.