Re: [Elementary-dev-community] A Possible bug

2013-04-29 Thread Jaap Broekhuizen
Along with elementary-specific updates, elementary OS also gets package updates from ubuntu. So it is possible ubuntu updated their single sign-on packages, nothing to worry about :) -- Jaap On Mon, Apr 29, 2013 at 2:17 AM, Ramana Venkata idlike2dr...@gmail.comwrote: Okay. Presently I am

Re: [Elementary-dev-community] Test Driven Development

2013-04-29 Thread Craig
Given the novelty of TDD to many of elementary's developers, I think it might be useful to decouple TDD concepts from any particular framework. With that in mind, I think we should consider teaching TDD fundamentals with either no framework or one that has an insignificant learning curve. I'm

Re: [Elementary-dev-community] Test Driven Development

2013-04-29 Thread Pál Dorogi
Hi, The ctest has a lot of parameter as the make ctest just gives you a simple output. Play a bit /w gtester and ctest either. I think the main raison is that TDD is forcing the developers to write loosely coupled code. Therefore, based on this you will just have advantages. You do not need to

Re: [Elementary-dev-community] Test Driven Development

2013-04-29 Thread Pál Dorogi
Also, here comes a nice article about Objectum-Oriented Software Enginering (http://pl.cs.jhu.edu/oose/lectures/design-principles.shtml) which worth reading (one or two pages) and based on a really good, would say the best, book I have ever read about the DP (Head First Design patterns). On 30