Stories recently tagged with 'methodology'

Agile development practices within a traditional sdlc(instantiate.co.nz)

submitted by lukus7lukus7(135) 1 year, 9 months ago

Agile development practices greatly improve quality and productivity. There are "agile" development practices that can be applied to any project independently of the project methodology. In this post I talk about a recent project and some of the development practices that worked really well for our team. read more...

add a comment |category: |Views: 8

tags: another

Kanban Distilled(kanbandistilled.com)

submitted by powerrushpowerrush(3873) 2 years, 2 months ago

A very quick but helpful description of the Kanban agile software development process. read more...

add a comment |category: |Views: 366

tags: another

Is your debugger making you stupid?(blog.decayingcode.com)

submitted by arch4ngelarch4ngel(585) 2 years, 7 months ago

What is one of the greatest advance of Visual Studio since the coming of .NET? You might think it is the Garbage Collector or the IL which allows interoperability between languages? I think of one the great advance of Visual Studio 2003 (all the way through Visual Studio 2010) is the debugger. Previously, debugger were hardly as powerful as Visual Studio. And that is the problem. read more...

add a comment |category: |Views: 8

tags: another

Waterfall development just work as great(blog.decayingcode.com)

submitted by arch4ngelarch4ngel(585) 2 years, 11 months ago

Waterfall development is still a valid way to develop software. Setting up the requirements, making proper analysis, coding and then testing works just as fine. However… not for ever changing software like a website. If I were to build an e-Commerce website, I would never choose to go Waterfall. read more...

add a comment |category: |Views: 16

tags: another

Why should I use mocking objects in my Unit Test?(blog.decayingcode.com)

submitted by arch4ngelarch4ngel(585) 2 years, 11 months ago

If we cut out any "fanboy" or favouritism toward certain framework and that we try to keep it in a one liner... I would say: "To simulate behaviours of objects that are impractical or impossible to incorporate inside a unit test". The Wikipedia's article about Mock Object mention some reason an object should be mocked. read more...

add a comment |category: |Views: 178

tags: another

Top 100 Best Software Engineering Books, Ever(noop.nl)

submitted by powerrushpowerrush(3873) 3 years, 8 months ago

In this post I proudly present the Top 100 of Best Software Engineering Books, Ever. I have created this list using four different criteria: 1) number of Amazon reviews, 2) average Amazon rating, 3) number of Google hits and 4) Jolt awards. read more...

3 comments |category: |Views: 837

tags: another

Scrum Explained in 5 Minutes(softhouse.se)

submitted by powerrushpowerrush(3873) 3 years, 8 months ago

PDF entitled "Scrum in Five Minutes" from http://www.softhouse.se/ read more...

add a comment |category: |Views: 951

tags: another

When does design happen in Agile?(codebetter.com)

submitted by powerrushpowerrush(3873) 3 years, 8 months ago

Someone at work, new to agile approaches, asked me about when agile projects do design. I thought I would share my answer in case others were still wondering, and to try and explain where experience may have lead to us activities that are not textbook... read more...

add a comment |category: |Views: 17

tags: another

Reality-driven development(duartes.org)

submitted by gustavodgustavod(775) 3 years, 11 months ago

A way to think about software development as evolution directed by users and technical quality. read more...

add a comment |category: |Views: 1

tags: another

Richard Feynman, the Challenger, and Software Engineering(duartes.org)

submitted by gustavodgustavod(775) 3 years, 11 months ago

When Richard Feynman investigated the Challenger disaster, he issued a brilliant report with many insights into the nature of engineering. These apply directly to modern software development. Not sure if this one is on topic - it's about general software engineering. read more...

4 comments |category: |Views: 31

tags: another

Test Supported Development (TSD) is not Test Driven Development (TDD) (blog.troyd.net)

submitted by powerrushpowerrush(3873) 4 years ago

"Test Supported Development" (TSD) intends to characterize the creation of tests during ANY/ALL stages of development, that is, tests are not necessarily created before their respective System Under Test (SUT), but not necessarily created as an afterthought, either... read more...

2 comments |category: |Views: 28

tags: another

Explicit Strongly Typed Selective Proxies (CORRECTED)(jpboodhoo.com)

submitted by powerrushpowerrush(3873) 4 years ago

“How could I dynamically create a proxy around an object (interface based proxies are not a problem) and then selectively apply interceptors at a method by method level if necessary?”. read more...

add a comment |category: |Views: 4

tags: another

TDD Proven Effective! Or is it?(scruffylookingcatherder.com)

submitted by powerrushpowerrush(3873) 4 years ago

So when Phil Haack announced that Research Supports the Effectiveness of TDD I was more than a little interested in seeing what the linked report actually contained. read more...

5 comments |category: |Views: 50

tags: another

Agile's Dark Side(blog.natural20software.com)

submitted by powerrushpowerrush(3873) 4 years, 2 months ago

"Being a self-proclaimed Agile Advocate I seem to find myself in discussions regard the bad points about agile. Books, articles, and talks on the subject of agile always paint the rosy happy story about using agile. I’m no fool, and I realize that things aren’t quite as happy as some people make it out to be..." read more...

add a comment |category: |Views: 10

tags: another

Confessions of a Terrible Programmer(kickin-the-darkness.blogspot.com)

submitted by powerrushpowerrush(3873) 4 years, 4 months ago

I’m a terrible programmer. You would think that having done this for nearly 25 years that I should be pretty good at it by now. But nope, I still put bugs in my code, use the wrong types for variables or subprogram arguments... read more...

4 comments |category: |Views: 6

tags: another

SQL Server: How to modify data in any table in a resultset made up of (weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 4 years, 5 months ago

Recently i'm seeing a lot of questions about how to modify data in the tables which are part of the multi-join select statement. And i keep wondering how can this be so hard to remember. The methodology is quite simple. read more...

add a comment |category: |Views: 2

tags: another