1
vote
2answers
73 views
Is there any mature Binary Decsion Diagram tools available?
Is there any Binary Decision Diagram (BDD) libraries for C, or other languages that are tested and have a good documentation?
4
votes
1answer
692 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 …
9
votes
24answers
610 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 directi …
0
votes
1answer
70 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
2
votes
5answers
137 views
what does “engineering judgement” really mean?
Hi,
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"? W …
7
votes
6answers
373 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 …
1
vote
16answers
274 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:
Rai …
1
vote
5answers
104 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 …
2
votes
3answers
119 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 fr …
1
vote
4answers
167 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, …
0
votes
5answers
516 views
Django or Rails? [closed]
I've previously done some Rails development (not much, and > 1 year ago).
My new job requires me to know a little bit about Django templates, so I'm a little familiar with those. …
