|
What are the pros and cons of developing for a customer driven vs a product driven team?
I have only had experience with a customer driven team, and although the grass always looks greener, it is probably just as hard to mow. So I would like to know from...
Started by Nippysaurus on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you.
Product driven teams still have a decision maker, its just not the customer.
The decision makers are.
|
|
I have a fairly slick approach to doing C# development using the above tools/methodologies. Specifically i follow the "Jeffrey Palermo Agile Bootcamp" onion architecture. I feel like I'm a strong developer/architect using these tools and that these make...
Started by fregas on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
That being said, use the technologies you want for your own... .
Unless you are coming in as the architect of the project you are on, I agree, there is very little use for technologies that are not accepted by the team, or are seen as unnecessary confusions .
|
|
Hi,
I have some software that is heavily dependent on MySQL, and is written in python without any class definitions. For performance reasons, and because the database is really just being used to store and retrieve large amounts of data, I'd like to convert...
Started by Ben on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
If the data and usage are simple enough you might want to store your fruit in a dict with id as key and the rest of the data as tuples... .
There's no "one size fits all" answer for this -- it'll depend a lot on the data and how it's used in the application .
|
Ask your Facebook Friends
|
I recently heard of BDD and found it very similar to TDD.
Which of these two do you use (if any)?
and which are the pros and cons of each?
Started by Pablo Fernandez on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
This is mostly accomplished by using....
In BDD you're trying to create executable specifications instead of tests .
A couple blog posts I found helpful:
Is BDD TDD done right? Using BDD to drive development BDD is similar to TDD but with a different mindset .
|
|
Shame-driven or Guilt-driven ? Is your society more driven by shame or guilt ?
Does peer pressure reign high, or do standards of behaviour guide people's actions ?
Do you have to think sometimes to see what is right and what is wrong ?
In any instance...
Started by lexico on
, 14 posts
by 8 people.
Answer Snippets (Read the full thread at eupedia):
It, seems to be driven more by fear, than shame or guilt..
|
|
Has anyone read the book ".NET Domain-Driven Design with C#: Problem - Design - Solution" ? How is the book?
Started by cvs on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
I've never read it, but I have read Domain Driven Design and Apply Domain Driven Designs and Patterns.
Are interested in Domain Driven design, then the .NET guru is Rocky Lhotka and his CSLA series.
|
|
What book would you recommend to learn test driven development? Preferrably language agnostic.
Started by Darth on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
For me, this is the best one:
Test Driven Development: By Example by Kent Beck Test Driven The Change Dave Astels' Test-Driven Development: A Practical Guide
I'm a big fan of almost anything.
|
|
What is the differences and similarities between Domain Specific Languages (DSL) and Domain Driven Design (DDD)?
Started by bovium on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Once you have a good (domain-driven) design, it will surely help-Driven Design emphasizes the role of ....
Domain Driven Design (DDD) is a way of thinking and communicating about the problems and its and not only by the word "domain".
|
|
What are Table-Driven methods as mentioned by Bill Gates on Vista commercial on http://www.youtube.com/watch?v=gBWPf1BWtkw
Started by Jonathan on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Table-driven methods are schemes that allow you to look up information in a table rather than using, but as the logic chain becomes more complex, table-driven code is simpler than complicated logic decision tables and I was thinking it might....
|
|
What is TDD (Test Driven Development)
Please include both benefits and drawbacks, as well as tools for your taste.
Started by Brett Veenstra on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
TDD stands for test driven development), but focuses more on Behavior-Driven-Design, and has a runner similar to the NUnit one Test Driven Design rather than Test Driven Development....
Code) but with a few rules you can work around it .
|