RSS Mistaeks I Hav Made
哪吒推荐该订阅
简介:"good judgement is the result of experience ... experience is the result of bad judgement." ?fred brooks
原站:http://nat.truemesh.com/
标签:mistaeks
点击立即订阅,“Mistaeks I Hav Made”的内容有更新,哪吒第一时间提醒您
“Mistaeks I Hav Made”的内容更新
累计:33 篇(自 2007-09-04 起)
更新:约7篇/年,最后更新1196 天前
Mistaeks I Hav Made
I am now blogging at http://www.natpryce.com. Please update your bookmarks, aggregators, etc.... (311 天前)
Mistaeks I Hav Made
Refactoring InterfacesIn our 2004 OOPSLA paper, Mock Roles not Objects,Steve, Joe, Tim and I described how we used Mock Objects and TDD to guide thedesign of object-oriented software. Briefly, we described the processas: Start by writing a unit test for an object's behaviour In the test, mock out interfaces for the services that you find the objec... (311 天前)
Mistaeks I Hav Made
Steve and I have been working on a book for the last few months entitled Growing Object-Oriented Software, Guided by Tests. We're now at the stage where we can put content onlineto garner feedback.We'll post a chapter every week or so. Eventually, the book will appear as a Rough Cut on Safari.If you'd like to read and comment, please join the Yahoo gr... (311 天前)
Mistaeks I Hav Made
Two of my favourite conferences are looking for submissions. XP Day is looking for experience reports, tutorials and structured workshops to run in a track alongside the more freeform lightning talks and open space that will make up the rest of the conference. This year the focus of the conference will advancing the state of the art, rather than introdu... (311 天前)
Mistaeks I Hav Made
Here's yet more blather about exception handling. The last one, I promise! (For now...)My last post describes how I like to coordinate exception handling inside the components of a distributed system. A component handles the failure of other remote services that it uses — database servers, for example — by sending back appropriate error responses or r... (311 天前)
Mistaeks I Hav Made
I'm on a bit of a roll when it comes to exception handling tips, so here's another technique that's worked well in the last few systems I've had a hand in, this time for coordinating exception handling within a component of a distributed system.A component in a distributed system receives requests from remote components and reacts by making reques... (311 天前)
Mistaeks I Hav Made
While I'm on the subject of exceptions, let me share another exception idiom I've used a lot on recent projects... the Defect exception.The Java compiler is very strict. It will complain about missing code paths that you, the programmer, know should never be followed at runtime. This is especially common when using APIs that throw checked exceptio... (311 天前)
订阅者 ( 2 )
janson
Savagearts
我要反馈