Tagged Questions

0
votes
1answer
45 views

Groovy-script naming conventions?

Hey, how do you name your groovy scripts? Does it depends on the enviroment? Do you name groovy classes diffent to groovy scripts? Example: convert_csv_to_xml.groovy Convert …
2
votes
12answers
310 views

What manner of professional is a programmer anyway?

Thanks to "Uncle Bob's" recent pontifications on Hanselminutes and the Stackoverflow podcasts, as well as Jeff and Joel's appropriate disrespect of the "SOLID" principles, I've giv …
7
votes
11answers
499 views

Respecting Fellow Developers [closed]

We've all been there. You have written some code and unit tests, the tests all pass, and the code is decent (nothing's perfect, right?). Then, someone who is sure that they know …
0
votes
5answers
328 views

Debate on Speed compare: JavaScript, Flash, Silverlight, C++, C#, ASM

We are trying to compare 7 different programming technologies for browser based client applications. Please give your thoughts on this speed comparison. What will the future brin …
2
votes
4answers
177 views

Do jQuery and Asynchronous calls together break the MVC Model?

I marked this as Community Wiki since this might be more on the philosophical side of things, but I've been thinking about this on and off for a while. Basically the idea is this: …
1
vote
1answer
154 views

FlashDevelop Project Layout

Hi, Was just wondering how you guys lay out your project directory, and what philosophy you use. Right now I'm not sure where to store fla files. One coworker prefers to make a n …
5
votes
6answers
150 views

Could you imagine any other way to have OO implemented than the classic class-based approach?

I've lately been thinking a lot about alternatives to the class-based approach to object-orientation. One thing which bugs me in today's languages is that we often use static class …
3
votes
6answers
314 views

What is data-driven programming?

I've been tasked at work to write a detailed engineering plan for a logistics application that we are coding to propose to a customer. I have been told that it is a data-driven app …
6
votes
7answers
1k views

Why is super.super.method(); not allowed in Java?

I read this question and thought that would easily be solved (not that it isn't solvable without) if one could write: @Override public String toString() { return super.super. …
0
votes
3answers
106 views

Liberty to program [closed]

Certain programming languages tend to give you a lot of liberty (C/C++) while others seem to have certain restrictions (C# and Java). Is it better to let programmers have liberty ( …
3
votes
6answers
357 views

why co-cocoa pr-programmers st-stutter…

one of the things i like most about cocoa is the readability factor. but... one of the things that annoys me most is the convention of convenience constructors to stutter. what I …
11
votes
18answers
793 views

Why would I want to use jQuery?

(I understand that someone else asked a similar question and it was closed as 'argumentative', but I'm really interested in understanding the arguments around this.) I know JavaSc …
0
votes
12answers
377 views

Have you ever finished?

I was just looking at our issue tracker, and out of nowhere came the question: Will this ever be complete? Has any software project ever finished because it is complete? This has …
1
vote
4answers
200 views

Don’t static members make classes kind of (global) objects themselves?

Every time I come across an implementation of the singleton pattern or any static classes (i.e. classes with (almost) only static members) I wonder whether this isn't actually a ha …
5
votes
12answers
712 views

What differentiates software engineering from any other engineering discipline?

Software engineering shares many of the same traits with other engineering disciplines (attention to detail, complexity to mastery). What do you think differentiates it? Please be …

1 2 next
15 30 50 per page