Click here to Skip to main content
15,915,752 members

The Insider News

   

The Insider News is for breaking IT and Software development news. Post your news, your alerts and your inside scoops. This is an IT news-only forum - all off-topic, non-news posts will be removed. If you wish to ask a programming question please post it here.

Get The Daily Insider direct to your mailbox every day. Subscribe now!

 
NewsOrion 6.0 brings language tooling support for JavaScript Pin
Kent Sharkey24-Jun-14 12:09
staffKent Sharkey24-Jun-14 12:09 
NewsRedmond's remarkable reversal Pin
Kent Sharkey24-Jun-14 12:01
staffKent Sharkey24-Jun-14 12:01 
GeneralRe: Redmond's remarkable reversal Pin
  Forogar  24-Jun-14 12:14
professional  Forogar  24-Jun-14 12:14 
GeneralRe: Redmond's remarkable reversal Pin
Kent Sharkey24-Jun-14 12:19
staffKent Sharkey24-Jun-14 12:19 
NewsIE11 syncs Web passwords across Windows, Windows Phone 8.1 Pin
Kent Sharkey24-Jun-14 11:09
staffKent Sharkey24-Jun-14 11:09 
GeneralRe: IE11 syncs Web passwords across Windows, Windows Phone 8.1 Pin
irneb25-Jun-14 3:39
irneb25-Jun-14 3:39 
NewsWhy software builds fail Pin
Kent Sharkey24-Jun-14 9:10
staffKent Sharkey24-Jun-14 9:10 
GeneralRe: Why software builds fail Pin
Marc Clifton24-Jun-14 11:36
mvaMarc Clifton24-Jun-14 11:36 
Builds fail because the tools the developer has available (or chooses) to use suck.

For example, in Ruby (granted, where there is no concept of a build) the app fails because the IDE can't do type checking (duh, it's a duck-typed language), so you have to write unit and integration tests or just run it to discover you are calling a method that doesn't exist. RubyMine helps a lot with that by inspecting the code and spell checking (a very very poor man's way of doing Intellisense, if you ask me, but amazingly enough, it does help).

Almost 65% of all Java build errors were classified as dependency-related, such as cases where the compiler couldn’t find a symbol (the most common one, 43% of all build errors), a package didn’t exist or Google-specific dependency check failed.

Like I said. Dependency checks should be something discoverable by the IDE.

It was also found that syntax errors occurred more frequently when building C++ code than Java.

This is f***ing insane to me. Syntax errors??? The IDE should red-flag those instantly.

And this gets me to my point -- the Visual Studio IDE is absolutely amazing. I've worked with RubyMine (not bad), Eclipse (totally sucks), and of course more-or-less vanilla text editors that do no to very little syntax checking. I feel crippled when working with non-VS editors because I am so used to the IDE telling me my mistakes before I build the app. Long gone are the days where a misplaced semicolon would throw the lexical parser into a frenzy of error outputs. Long gone are the days of discovering stupid syntax errors at compile time. Etc.

So, the fault is not in the stars, but in the tools these people have to use. When, in the name of all that is holy, will people figure this out???

And as far as developers that choose to work with these crippling tools, all I have to say is, not on my team, I don't care how hotshot you are with !qewoweri editing commands.

Marc

GeneralRe: Why software builds fail Pin
Kent Sharkey24-Jun-14 11:45
staffKent Sharkey24-Jun-14 11:45 
GeneralRe: Why software builds fail Pin
Marc Clifton24-Jun-14 11:48
mvaMarc Clifton24-Jun-14 11:48 
GeneralRe: Why software builds fail Pin
Dan Neely25-Jun-14 2:56
Dan Neely25-Jun-14 2:56 
GeneralRe: Why software builds fail Pin
Duncan Edwards Jones25-Jun-14 10:55
professionalDuncan Edwards Jones25-Jun-14 10:55 
GeneralRe: Why software builds fail Pin
Marc Clifton25-Jun-14 11:05
mvaMarc Clifton25-Jun-14 11:05 
GeneralRe: Why software builds fail Pin
Bernhard Hiller25-Jun-14 1:57
Bernhard Hiller25-Jun-14 1:57 
NewsDon’t overwhelm yourself trying to learn too much Pin
Kent Sharkey24-Jun-14 8:20
staffKent Sharkey24-Jun-14 8:20 
NewsCrowdsourcing means raising an army of developers Pin
Christopher Shields24-Jun-14 8:19
Christopher Shields24-Jun-14 8:19 
GeneralRe: Crowdsourcing means raising an army of developers Pin
Marc Clifton24-Jun-14 11:47
mvaMarc Clifton24-Jun-14 11:47 
NewsMozilla puts a development environment into the browser with WebIDE Pin
Christopher Shields24-Jun-14 8:16
Christopher Shields24-Jun-14 8:16 
NewsNest to developers: time to hatch your ideas with our API Pin
Kent Sharkey24-Jun-14 8:12
staffKent Sharkey24-Jun-14 8:12 
NewsUniversal Apps: What are they and how are they good for developers? Pin
Kent Sharkey24-Jun-14 8:08
staffKent Sharkey24-Jun-14 8:08 
NewsSurprise! Microsoft makes Opera as the default browser for Nokia X family Pin
Kent Sharkey24-Jun-14 7:54
staffKent Sharkey24-Jun-14 7:54 
GeneralRe: Surprise! Microsoft makes Opera as the default browser for Nokia X family Pin
Eddy Vluggen24-Jun-14 8:06
professionalEddy Vluggen24-Jun-14 8:06 
GeneralRe: Surprise! Microsoft makes Opera as the default browser for Nokia X family Pin
Christopher Shields24-Jun-14 8:11
Christopher Shields24-Jun-14 8:11 
GeneralRe: Surprise! Microsoft makes Opera as the default browser for Nokia X family Pin
Kent Sharkey24-Jun-14 8:17
staffKent Sharkey24-Jun-14 8:17 
GeneralRe: Surprise! Microsoft makes Opera as the default browser for Nokia X family Pin
Rob Grainger25-Jun-14 3:05
Rob Grainger25-Jun-14 3:05 

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.