Tagged Questions
The stories tag has no wiki summary.
12
votes
4answers
1k views
RSpec Stories and Specs: When to use what?
So I want to start using RSpec stories, but I am not sure where writing controller, model and view specs fit in.
For example, you have the story "Logging in" with "User provides wrong password" ...
7
votes
4answers
277 views
What world-changing programs that just didn't change the world have you tried to write as a newbie?
A recent answer on the topic of compression reminded me of something I did when just getting into the world of computers and programming:
I had found out that in QBasic, a long uses 4 bytes of ...
6
votes
2answers
2k views
How to write stories / scenarios in BDD ( Behavior Driven Design )
I am about to use BDD (Behavior Driven Design) for the first time and am trying to get used to this different way of approaching a problem.
Can you give some stories / scenarios that you would ...
5
votes
5answers
248 views
Is it bad practise to work on multiple stories concurrently?
In a scrum team, how important is it to complete a single story before moving on?
Our scrum master is fairly dogmatic about bringing a single story to completion before moving on. I can see that ...
3
votes
6answers
3k views
Scrum-board / Task Board and Color Coding
What would you recommend as far as a good color-coding for use on a Storyboard?
Is this a good pattern from your experience?
http://maxheapsize.com/static/ScrumBoardCheatSheet.pdf
What is the most ...
1
vote
2answers
68 views
Rally: How the 'Release' filter in Rally is implemented?
We need to determine a top level story to be considered under a selected release if any of its child (or further child stories) are scheduled to be released in the selected release. Valuable replies ...
1
vote
4answers
216 views
Is it wise to generate stories for defects when using Scrum and there is no story already created?
Let's say you are working on a piece of legacy code that was written before your company started using an Agile methodology like Scrum.
Now let's say you discover a bug in the field that needs to be ...
1
vote
6answers
1k views
I want to read the source code of a real compiler. Suggestions on which & how? Any experiences to share?
In order to continue my dive into reading real code, I'd like to read and understand the source code of an actual in-use compiler. Is there one that you think is particularly well-written, elegant, ...
0
votes
0answers
36 views
Is there any success stories for MySql/NDB? [closed]
MySql/NDB addresses problems which are main reasons why NoSql DBs have been created: horizontal scalability with shared nothing architecture + it has power of SQL. I just wondered is there any success ...