|
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".
|
|
Advertise Here
http://sibitotique.blogspot.com/2012...sk-driven.html
Lately I’m not sure if it’s just me or if the type of thinking that is related to the Survivalist and Prepper community has started to get more and more rigid. It’s very seldom that ...
Started by Westfalia on
, 17 posts
by 13 people.
Answer Snippets (Read the full thread at survivalistboards):
However.
Preps are largely driven by my worries about financial and economic troubles on the horizon.
|
|
Share with the community the best texts/blogs/articles/books on Domain-Driven Design you've read!
Started by Bruno Reis on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
It covers a lot of....
Domain-Driven Design: Tackling Complexity in the Heart of Software , by Eric Evans
everything, but I personally liked better Applying Domain-Driven Design and Patterns: With Examples in C# and .NET , by Jimmy Nilsson.
|