Continuous Education
Posted by Igor Moochnick on 11/17/2011
- SignalIR Documentation
- Cloudera
- WTF is a SuperColumn? An Intro to the Cassandra Data Model — Arin Sarkissia
- Sharding vs. Having multiple databases
- KnockoutJs: Introduction
- Ward Cunningham on Agile: 10 Years After
- Software Engineering Radio – the podcast for professional software develope
- How to do test reviews – a session at Øredev 2010
- Skills Matter : In The Brain of Greg Young: Simple is better
- User Interface Design Tutorial | Ryan Singer | PeepCode Screencast
- Good JavaScript Habits for C# Developers | MIX11 | Channel 9
- Copilot: a whole new product
- Aral Balkan | The Future is Native | Fronteers 2011 on Vimeo
- Peter Jackson’s The Hobbit, behind-the-scenes, 5k resolution, 48 fps, 3D
- THOUGHTS ON HOW KANBAN DIFFERS FROM SCRUM
- Synaptics shows conceptual trackpad interface with Windows 8, better make i
- Simple Hickey | 8th Light
- How Running A Business Changes The Way You Think
- A Field Guide to Developers
- Finding Great Developers – Joel on Software
- CommonJS Promises/A
- Deferred Object – jQuery API
- InfoQ: Better Best Practices
- Don’t Call Yourself A Programmer, And Other Career Advice | Kalzumeus Softw
- Why if you have implemented or in the process of implementing Scrum and are considering adding Kanban, you will want to evaluate that decision carefully
- Microsoft “Roslyn” CTP
- Hammock Driven Development
- InfoQ: Simple Made Easy
- New England Code Camp #16 – Eventbrite
- What You Don’t Know You Don’t Know (Hebrew) – Videos – Osherove
- FlaccidScrum
- Switched On: As Siri gets serious – Engadget
- Martin Fowler: Mocks Aren’t Stubs
- Dummy objects are passed around but never actually used. Usually they are just used to fill parameter lists.
- Fake objects actually have working implementations, but usually take some shortcut which makes them not suitable for production (an in memory database is a good example).
- Stubs provide canned answers to calls made during the test, usually not responding at all to anything outside what’s programmed in for the test. Stubs may also record information about calls, such as an email gateway stub that remembers the messages it ‘sent’, or maybe only how many messages it ‘sent’.
- Mocks are what we are talking about here: objects pre-programmed with expectations which form a specification of the calls they are expected to receive.




Leave a Reply