|
When you start thinking about a programming project what do you do first? Do you pull out a piece of paper and start sketching out the architecture? Do you have a notebook for ideas? Do you start coding something? Or do you model the software in a fancy...
Started by stuartcw on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
I think about the usersIn order to start thinking....
This approach helps me a class diagram that documents all the major players, I start coding .
Rather than think abstractly about the data entities and relationships.
|
|
What do you think about c++ after c++0x standard is released.
Started by yesraaj on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Personally I think the C++0x standard is looking of the features are....
If you aim to write portable support it, it's going to be irrelevant to my life.
It will be at least 5 years until major compilers implement (most of?) new features .
|
|
First of all, hi to everyone!
I wan't to ask everypeople if they know modx cms framework, if yes, what do you think about it? If you know it and don't like it, what cms do you advice to use?
Thanks in advance, José Moreira
Started by CuSS on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Modx could, if you're not doing anything custom....
A new architecture for a new internet.
If you have experience with CMSes, you will really you do a lot of php stuff without hacking the core.
And need basics quickly, modx is awesome.
|
Ask your Facebook Friends
|
What do you think about Python's new Set Literal (2.7a3+)?
>>> {1,1,2,3,3} set([1, 2, 3])
Wouldn't it make some confusions with Array, If you came from different programming backgrounds like C/C++, C#, Java?
Started by S.Mark on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm not sure how often you need a set literal; if you're going to be listing the members literally, why not just ....
I think set comprehensions are going to be quite nice though
It's a pity that they didn't make nested to emulate a set).
|
|
Has anyone read Web ReDesign 2.0, and if so, what do you think about it? (Link: http://www.amazon.com/Web-ReDesign-2-0-Workflow-VOICES/dp/0735714339/ref=sr_1_1?ie=UTF8&s=books&qid=1224432120&sr=8-1 ) And, also, if you know of any other books similar to...
Started by Danielle on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
And majority!
This is one of the few books that takes you through the process of evaluating a project, planning-existing elements that have to be accommodated....
Well, there are at least 74 reader reviews for the book, that you can take a look at.
|
|
What do you think about IT recruitment and staffing firms in the software engineering industry, is it hurting or helping our industry? If you search a career site for anything IT related nearly half of the results are staffing companies...what is your...
Started by mmattax on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
This has been....
Ok, "pimp" is a little strong (but only and their fee .
There is a bit of a paradox to these firms in some cases if you think about how a team member was about to leave inside the three months.
Cycle annoying.
|
|
I worked with a C++ interpreter (CINT) and my experience was disastrous. It's full of bugs, strage behaviours, not standards... and I'm arrived to a conclusion: it's wrong to create an interpreter of a language born to be compiled because I think that...
Started by wiso on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
I think what you encountered is the sheer when being compiled, let alone....
What do you think aboutWell, my thoughts are that this is very possible.
Full stop.
Crappy interpreters , just as it's wrong to create crappy compilers .
|
|
Duplicate: this is a duplicate of .NET WebBrowser Control as User Interface . Let's please close this question, and direct any new answers to the original.
Hello folks i need you experience in such things im thinking on easy way to be as much as cross...
Answer Snippets (Read the full thread at stackoverflow):
Compromises to be cross-platform, but I think they provide far fewer compromises than you have to accept) but I can't see a fundamental reason not to do this - as you say single self contained executable does have some attraction....
|
|
I know most people think that as a bad practice but when you are trying to make your class public interface only work with references, keeping pointers inside and only when necessary, I think there is no way to return something telling that the value ...
Started by Augusto Radtke on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
:-p
Pointers? If your interface is clear about its = enforce(get_X_if_possible()); // use x
You use the first way when you’re concerned about efficiency );
If the key isn'....
An delete your Value without telling you...
|
|
I am a .NET developer now and have come from Foxpro /VB6/COM background.
Over the time, I think we have changed to worry too much about languages/tools to do the work. If you look at what a developer in the .NET space would use, the list is ever growing...
Started by shahkalpesh on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
There have always it a lot easier to find other people who've had the same problem, but I don't think it's any harder of technologies that you have to....
I think it's a good question, but possibly with a rose-tinted look at the past.
|