Should I listen to my employer and use CASE tools?

Posted by omsharp on Programmers See other posts from Programmers or by omsharp
Published on 2012-09-05T14:19:30Z Indexed on 2012/09/05 15:50 UTC
Read the original article Hit count: 203

Filed under:
|

My employer (Not a Developer) thinks that CASE tools will help us improve our development process and documentation. I am not sure about that, we are a small team of 5 developers building mobile banking solutions for local clients. I think CASE tools will be a waste of time and money as they need to be purchased and we will need some time before we get used to them and be efficient working with them for modeling and stuff. Code generation is another issue, I really think that the CASE generated code won't be as good as code written by good developers.

I think that if we stick with agile princeliness, design patterns, use TDD, and keep our code clean. we should be good. And as far as Analysis and Design, I think simple UML diagrams on whiteboard should do the trick. Documentation is good and important, but should be made as little as possible and we should not focus on Docs and forget the code. This is what i think.

Am I correct? or should I listen to my employer and start researching for an appropriate CASE Tool?

© Programmers or respective owner

Related posts about agile

Related posts about development-process