DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

Stories recently tagged with 'JayFlowers' Subscribe to this feed
2
kicks
submitted by jflowers 1 year, 5 months ago

jayflowers.com — Announcing Beta 2 for CI Factory. The most important new feature is the target FixUpThirdPartyRefs in the brand new Scratch.Lib.xml. I have put some effort into easing the convertion of existing projects. Between Gaston Milano’s CoolCommands and the Third Party ref fixer most projects should be a snap to convert! I even have a screencast dedicated to showing how easy it is. read more...

Add a comment add a comment | category: | Views: 0
tags: , , , | tag it

11
kicks
published 1 year, 5 months ago, submitted by jflowers 1 year, 6 months ago

jayflowers.com — There is a new beta for CI Factory, version 0.8.0.27. There are a lot of new features in this release. The changes are documented here. There are 22 new NAnt tasks, 13 new NAnt functions, 9 new CCNet plugins, and 10 new CI Factory Packages! read more...

Add a comment add a comment | category: | Views: 1
tags: , , , , | tag it

9
kicks
published 1 year, 10 months ago, submitted by jflowers 1 year, 10 months ago

jayflowers.com — This is the final post in my series on OOD class principles and testability. It summarizes how, when followed, the principles relate to the three aspects of testability. read more...

Add a comment add a comment | category: | Views: 0
tags: | tag it

9
kicks
published 1 year, 10 months ago, submitted by jflowers 1 year, 10 months ago

jayflowers.com — In this post I explorer a domain of smells focused on testability of product code. So there has been this enormous discussion on the Yahoo TDD Group about testability: it was kicked off by Marcus. I used this dialogue as an opportunity to explorer something my gut has been bothering me about. read more...

Add a comment add a comment | category: | Views: 0
tags: , , | tag it

4
kicks
submitted by jflowers 1 year, 11 months ago

jayflowers.com — MbUnit, my favorite xUnit Framework, is easy to extend. This tutorial will cover creating a new type of test fixture attribute and test method attribute. read more...

Add a comment add a comment | category: | Views: 2
tags: , , | tag it

5
kicks
submitted by jflowers 1 year, 11 months ago

jayflowers.com — This post delves into the question: Is designing for testability justified? read more...

Add a comment add a comment | category: | Views: 0
tags: | tag it

9
kicks
published 1 year, 11 months ago, submitted by jflowers 1 year, 11 months ago

jayflowers.com — The next post in a series on testability and design principles. This post discusses the Liskov Substitution Principle and how it relates to Testability. read more...

Add a comment add a comment | category: | Views: 0
tags: , | tag it

14
kicks
published 1 year, 11 months ago, submitted by jflowers 1 year, 11 months ago

jayflowers.com — This post looks at the relationship Testability has with the Law of Demeter. read more...

Add a comment add a comment | category: | Views: 1
tags: , | tag it

13
kicks
published 1 year, 11 months ago, submitted by jflowers 1 year, 11 months ago

jayflowers.com — Gives a list of 9 design characteristics that benefit from testability. read more...

Add a comment add a comment | category: | Views: 0
tags: , , | tag it

7
kicks
published 1 year, 11 months ago, submitted by jflowers 2 years ago

jayflowers.com — I guess the talk about Doubler got me motivated: I added a new feature. You can now select an entire assembly to create test stub recorders for! This feature can be useful to maintain a mirror assembly of recorders. If the abstracts types in the subject assembly change the doubles will no longer compile. This can be managed by hand, yuck!, regenerating each file individually, maybe okay?, and now regenerate the entire assembly. This will make it intuitive for developers to know where to look for a double as well. It is in the assembly name <SubjectAssemblyName>.TestDoubles.dll, in the namespace <SubjectNamespace>.TestDouble, with a class name… in the case of test stub recorders Recorder<SubjectTypeName>. read more...

Add a comment add a comment | category: | Views: 1
tags: | tag it

9
kicks
published 1 year, 11 months ago, submitted by jflowers 2 years ago

jayflowers.com — So with the release of NCover (1.5.5) I feel that I can release the NCover package for CI Factory. It includes a copy of NCoverExplorer and uses NCoverExplorer Extras. I got a lot of help from Grant Drake to create to this package. This package can be installed in 5 quick steps. It will add code coverage to your build with out having to edit/change/disturb your existing scripts workflow. read more...

Add a comment add a comment | category: | Views: 1
tags: , , | tag it

8
kicks
published 1 year, 11 months ago, submitted by jflowers 2 years ago

jayflowers.com — This custom branch of CCNET offers new configuration options to create relationships between project (e.g. not only when projects should build but not build). It also offers the popular feature request of a user force filter. The ccnet project config file can specify users and or groups that are allowed or not allowed to force a build. This feature is enforced on both the web dashboard and the cctray. read more...

Add a comment add a comment | category: | Views: 0
tags: , , | tag it

7
kicks
published 1 year, 11 months ago, submitted by jflowers 2 years ago

jayflowers.com — So I have been holding on to this DXCore plugin for a while now. I would like to have it a little more polished but it is just a prototype so I guess I should release it. It adds three new metrics to DXCore; Compound Cyclomatic Complexity, Efferent Coupling, and Compound Efferent Coupling.... read more...

Add a comment add a comment | category: | Views: 0
tags: | tag it

9
kicks
published 2 years, 1 month ago, submitted by jflowers 2 years, 1 month ago

jayflowers.com — We are exploring new ways to build our software at work. I was trying to convey a thought on validating the feasibility of a build process today with the following equation. Number of Change Packages = 8 Hours * 60 Minutes / (Build Time + Preparation Time + Buffer) Filling out the right side of the equation will show how many change packages can be process by the build on an average day. The Build Time is how long it take the build to complete. The Preparation Time is how long it takes a developer to get the build started. This could represent claiming the build token, submitting to source control and waiting for the build process to begin. In the proposed build process only one developer could submit at a time; the build is triggered by a submission to source control. The Buffer is the tricky variable. Read the entry to find out why. read more...

Add a comment add a comment | category: | Views: 0
tags: , | tag it

13
kicks
published 2 years, 2 months ago, submitted by jflowers 2 years, 2 months ago

jayflowers.com — This post explores what is testability. It works to define testability so that it can be meassured objectively. An experimental metric is even created. read more...

Add a comment add a comment | category: | Views: 0
tags: , | tag it

13
kicks
published 2 years, 2 months ago, submitted by jflowers 2 years, 2 months ago

jayflowers.com — This post explores what is testability. It works to define testability so that it can be meassured objectively. An experimental metric is even created. read more...

Add a comment add a comment | category: | Views: 0
tags: , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge