With scrum practices getting the development team’s work under control and out of an ad hoc process, the problem is often just moved to the product owner. From a developer’s perspective that’s good, because it makes it clear to everybody what the product owner’s responsibilities are. Introducing scrum practices to a development team is always… Continue reading A Product Owner Crisis?
Author: Anders Abel
Automatic Marking of Required Fields with EditorEntryFor
Using an EditorEntryFor helper makes the code DRYer and opens new possibilities, such as automatic indication of required fields. A small addition in one helper method will mark all required fields in entire MVC web application. It’s more or less standard to indicate required fields in a form with a red * next to the… Continue reading Automatic Marking of Required Fields with EditorEntryFor
Replacing Google Reader with Feedly
In just a few days, Google will kill Google Reader. Moving to Feedly is extremely simple – do it now, before it’s too late and your precious feed setup is lost! Just go there and hit “login” and the migration is done. This post is not about coding or software development, it’s about feed readers.… Continue reading Replacing Google Reader with Feedly
Code or Configuration or Configuration in Code?
With DevOps bringing source control to configuration files and publishing to production servers being automated – bringing both code and configuration over on the same time, the difference between code and config has become less than ever (if it even exists). A few weeks ago I reread Mike Hadlow’s brilliant post The Configuration Complexity Clock.… Continue reading Code or Configuration or Configuration in Code?
Undo Checkout for Unchanged Items in TFS
The pending changes list of TFS is a lie. It shows all files checked out for edit, not those with actual changes. A TFS power tools command can save the day. A key factor of successful source control usage is to always review pending changes before check in. Without reviewing the pending changes it is… Continue reading Undo Checkout for Unchanged Items in TFS