Tagged Questions
The decisions tag has no wiki summary.
10
votes
7answers
652 views
When should I use type abstraction in embedded systems
I've worked on a number of different embedded systems. They have all used typedefs (or #defines) for types such as UINT32.
This is a good technique as it drives home the size of the type to the ...
9
votes
4answers
358 views
What should I know when choosing a namespace name?
I'm tasked with choosing a name that will in effect be the internal name of our architecture. I'm taking this responsibility seriously, as I have worked with a lot of "bad" namespaces and don't want ...
9
votes
24answers
1k views
What factors do you consider when deciding what to work on next?
Lately I've been feeling like I'm being pulled in different directions. In my company there are a lot of forces demanding my time and I'm having a hard time deciding which direction to focus my ...
8
votes
3answers
109 views
Which version of OpenGL should I learn? [closed]
Possible Duplicate:
Which version of OpenGL to use?
I have been wanting to learn a 3d graphics language for some time now and I have finally decided to learn OpenGL.
However, I work on a ...
5
votes
1answer
3k views
COTS vs. Custom / Build vs. Buy: Decision Tree and Best Practices
Background:
I work at a company with a large SAP investment, and we also have dozens of large .NET systems (mostly internally for engineering systems), and Java platforms (mostly for external web ...
3
votes
8answers
194 views
What were typical problems during developing on ASP.NET?
What were typical problems during developing on ASP.NET? So, would you like to describe typical problems/mistakes during developing on ASP.NET from your experience?
UPD
I have been working as ...
3
votes
2answers
110 views
What is the most logical method to decide upon a value given a set of nested rules? and how do we store it?
I'm needing to implement what to me looks like a decision tree (though searching on that term returns posts on finding out influencing factors in a decision process - which isn't what I'm after).
The ...
2
votes
5answers
116 views
Your website can't support all mobile devices, but how to decide?
there are a lot of mobile devices that can surf and could benefit from a website optimiezed for their screen resolution and so on.
but how do you decide which device to support, because you can't ...
2
votes
5answers
506 views
what does “engineering judgement” really mean?
When there is no explict rules about something , I ofter hear the words "use your engineering judgement to make the decision". How do you understand "engineering judgement"? What are the things we ...
2
votes
16answers
381 views
How do you avoid platform/framework decision paralysis?
So, I've got an idea for a website. I can start off using any platform and frameworks I want, but there are almost too many options.
OS Platform:
Windows, *nix
Web Framework:
Rails, ASP.NET, ASP.NET ...
2
votes
3answers
182 views
How do you decide between different emerging technologies?
I'm facing developing a new web app in the future and I'm wondering how to decide what framework to use. I've settled on Python as my language of choice. But there are still may frameworks to choose ...
1
vote
1answer
676 views
Looking to write a 4-way temperature converter objective-c console program
As some of you may have seen me experimenting with a program converting from Fahrenheit to Celsius and visa versa in Objective-C based off of console input and output. I'm just doing this to better ...
1
vote
7answers
132 views
who (NOT WHY) should have the final say on the layout/design of a website that is developed in-house?
forget the weird cases/companies, but in general, who, in your view, is the person who should be able to put his/her foot down and say "THIS is the layout. THIS is where the marketing message comes, ...
1
vote
5answers
271 views
Product Development Decision Methodology
What is the best method you have found for deciding whether or not to implement features into your software product?
EDIT: Can you recommend some reading material (online or book) for me on this ...
1
vote
4answers
206 views
How do you decide on which ORM to use?
Castle Active Record?
Plain NHibernate?
Subsonic?
Entity?
Something like Nettiers?
I'd like to use one, but I don't know enough to decide. Nhibernate seems over kill and complex, but widely used. ...
0
votes
3answers
57 views
Best framework for a programming beginner to make iphone games
I am 13 years old and I've started to develop iphone games in a program called stencylworks. It is very glitchy and I'm tired of being limited by a game engine and think it would be a useful skill to ...
0
votes
1answer
219 views
Simplex Method/Linear Programming Help
Before programming an algorithm which implements the simplex method, I thought I'd solve an issue before the actual programming work begins.
For some reason, I can NEVER get the correct answer. I've ...
0
votes
1answer
57 views
Desicion Network Example
I'am reading this example, but Could you explain a little more, I dont get the part when it says "then we Normalize"...
I know
P(sun) * P(F=bad|sun) = 0.7*0.2 = 0.14
P(rain)* P(F=bad|rain) = ...
0
votes
4answers
178 views
How to start working with a large decision table
Today I've been presented with a fun challenge and I want your input on how you would deal with this situation.
So the problem is the following (I've converted it to demo data as the real problem ...
0
votes
2answers
120 views
Decision table with large number of conditions and actions
If the number of conditions and actions is high (in my case, 12 conditions and 13 actions respectively!), making/maintaining a decision table with hand is proving to be really tough. The number of ...
0
votes
4answers
549 views
Is it necessary to learn C# before learning ASP.net for person from java background?
I'm going to learn asp.net by taking a institute coaching. I have background of java programming but no idea about .NET development. My question is do i need to learn C# first before learning ASP.NET ...
0
votes
1answer
358 views
how owa works step by step
raster1 {{0,1},{1,1}}
raster2 {{1,1},{0,0}}
hi can you explain me how the Ordered Weighted Average method works given the above two rasters step-by-step? thanks