User Michael Dubakov - Stack Overflowmost recent 30 from stackoverflow.com2009-11-28T12:31:00Zhttp://stackoverflow.com/feeds/user/24938http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1738353/refactor-or-rewrite-ui-layer-from-scratch0Refactor or Rewrite UI Layer from ScratchMichael Dubakov2009-11-15T18:24:39Z2009-11-15T19:25:46Z
<p>In most cases it is better to refactor than rewrite a full codebase. We have quite interesting situation. In our application business layer is pretty good. With unit tests, separation of concerns, etc. It does have some problems, but it can be refactored.</p>
<p>However UI layer is outdated. It is ASP.NET + some AJAX, but we want to migrate to pure AJAX application (ExtJS + REST). The application is quite large and has about 100 separate screens. What would you advise?</p>
http://stackoverflow.com/questions/168191/what-dont-you-like-in-agile-development15What don't you like in Agile development?Michael Dubakov2008-10-03T18:20:50Z2009-10-30T21:54:45Z
<p>What do you not like (or even hate) in Agile development? I mean SCRUM, XP or any other light process.</p>
http://stackoverflow.com/questions/1561984/best-kanban-tools1Best Kanban ToolsMichael Dubakov2009-10-13T18:11:03Z2009-10-16T12:49:44Z
<p>What tools for managing Kanban would you recommend?</p>
http://stackoverflow.com/questions/168593/bad-habits-of-your-scrum-master7Bad habits of your Scrum MasterMichael Dubakov2008-10-03T19:49:47Z2009-09-08T12:56:52Z
<p>Scrum is quite popular dev.process these days and often Project Manager suddenly gets new title (Scrum Master). However it should be not just a new title, but new habits and new paradigm. What are the bad habits of your Scrum master?</p>
http://stackoverflow.com/questions/1253772/how-do-i-get-sufficient-detail-in-planning-and-estimation-when-using-tdd/1254765#12547651Answer by Michael Dubakov for How do I get sufficient detail in planning and estimation when using TDD?Michael Dubakov2009-08-10T13:06:23Z2009-08-10T13:06:23Z<p>We at TargetProcess use simpler tasks for stories:</p>
<p>Story: Rename a file</p>
<ul>
<li>Task: Specification (2h)</li>
<li>Task: Development (14h)</li>
<li>Task: Testing (6)</li>
<li>Task: User Documentation update (2h)</li>
</ul>
<p>If Development task takes more than 16 hrs, it is a sign to split it to several smaller tasks. In fact we don't usually create tasks with less than 2-3 h duration.</p>
http://stackoverflow.com/questions/186456/what-is-the-best-practice-to-use-extjs-with-asp-net-and-wcf-in-net-3-52What is the best practice to use ExtJS with Asp.net and WCF in .NET 3.5?Michael Dubakov2008-10-09T08:56:26Z2009-02-08T05:43:58Z
<p>How do you save data from ExtJS form? Load data from the business layer into form or grid?</p>
http://stackoverflow.com/questions/140270/humor-in-code/272177#2721770Answer by Michael Dubakov for Humor in codeMichael Dubakov2008-11-07T14:14:59Z2008-11-07T14:14:59Z<p>In java code of huge old application I saw quite funny comment</p>
<pre><code>// Fellow, modify this method if you understand EVERY SINGLE LINE in it
</code></pre>
http://stackoverflow.com/questions/230582/do-you-find-scrum-nokia-test-useful3Do you find Scrum Nokia Test useful?Michael Dubakov2008-10-23T17:14:10Z2008-10-29T12:04:49Z
<p>It seems Scrum and Agile tests/assertions are becoming popular this year. For example, <a href="http://www.cedur.se/nokia_test2.html" rel="nofollow">Nokia test for Scrum</a>. <a href="http://www.targetprocess.com/blog/2008/10/are-we-agile-yet-grrrrr.html" rel="nofollow">I don't think it is a good idea to have such tests at all</a>. What do you think?</p>
http://stackoverflow.com/questions/169195/does-scrum-alone-agile/230666#2306660Answer by Michael Dubakov for Does SCRUM alone = agile?Michael Dubakov2008-10-23T17:35:33Z2008-10-23T17:35:33Z<p>Scrum provides you with a framework to fix/improve your development process. It should be considered as a starting point to "<a href="http://www.hans-eric.com/2007/08/13/is-your-team-jelled/" rel="nofollow">jelled team</a>" and more productive team. Most likely you will go beyond standard Scrum practices soon, but as a starting point it has some attractive properties:</p>
<ol>
<li>It is very easy to understand</li>
<li>It can be applied to almost any project and team</li>
<li>There are quite many people who make money and help companies with Scrum adoption</li>
</ol>
<p>Also there it is <a href="http://www.targetprocess.com/blog/2008/10/agile-development-future-will-lean.html" rel="nofollow">really not so important to know whether Scrum = agile</a>. It is better to focus on better productivity and do not bother yourself with such questions.</p>
http://stackoverflow.com/questions/208442/what-are-the-major-benefits-of-scrum-as-a-methodology/217958#2179580Answer by Michael Dubakov for What are the major benefits of scrum as a methodology?Michael Dubakov2008-10-20T10:04:07Z2008-10-20T10:04:07Z<p>I don't see much differences between XP and Scrum. If you already have XP, you likely don't need to switch. Maybe adopt some Scrum specific practices for better scalability like Scrum-of-Scrums. Almost all the other practices exist in XP like daily meetings, iterations, roles separation, retrospectives, etc. </p>
<p>In fact I am not sure that such separation have benefits. It is bette to decide what you are doing bad during retrospective meetings and apply practices from any process (or create own solutions) to your specific problems. XP and Scrum give you a framework that will help to be adaptive and creative. While traditional processes gives you a set of rules that impedance any creative behavior. </p>
<p>Your team and your project IS special. Think and communicate to sharpen your development process.</p>
http://stackoverflow.com/questions/186456/what-is-the-best-practice-to-use-extjs-with-asp-net-and-wcf-in-net-3-5/194337#1943370Answer by Michael Dubakov for What is the best practice to use ExtJS with Asp.net and WCF in .NET 3.5?Michael Dubakov2008-10-11T17:19:20Z2008-10-11T17:19:20Z<p>Most likely I found the best solution
<a href="http://developmentalmadness.blogspot.com/2008/07/using-extjs-with-wcf.html" rel="nofollow">http://developmentalmadness.blogspot.com/2008/07/using-extjs-with-wcf.html</a></p>
http://stackoverflow.com/questions/169094/how-big-is-too-big-for-xp-scrum/172778#1727780Answer by Michael Dubakov for How big is too big for XP/SCRUM?Michael Dubakov2008-10-05T22:42:09Z2008-10-05T22:42:09Z<p>Agile scales fine. It is not a rocket science. In fact it is all about <strong>modularity</strong>. Software development is a CAS (Complex Adaptive System) and, as almost any CAS, it <strong>has modules to rule the complexity better</strong>. Scrum of Scrums is one of the possible modular approach for development process scaling. Functional divisions (Developers, QA, etc) is an another modular approach. The worst case is when you do not have modules at all in a large project. </p>
<p>Depending on a project nature, team may decide what modules will work for the project. General pattern is to form several teams that work on some <strong>low cohesion modules</strong>. Each team should be quite autonomous, but interaction with another teams should be good.</p>
<p>The analogy from CAS is a human body for example. We have organs like heart and liver. They are separate modules (teams of cells :) that interacts via nervous system/blood/etc.</p>
http://stackoverflow.com/questions/170009/your-scrum-definition-of-done/172768#1727687Answer by Michael Dubakov for Your Scrum definition of DoneMichael Dubakov2008-10-05T22:31:45Z2008-10-05T22:31:45Z<p>We at TargetProcess use the following definition of Done for user story:</p>
<ol>
<li>Short Spec created</li>
<li>Implemented/Unit Tests created</li>
<li>Acceptance Tests created</li>
<li>100% Acceptance tests passed</li>
<li>Product Owner demo passed</li>
<li>Known bugs fixed</li>
</ol>
http://stackoverflow.com/questions/170415/do-you-know-what-may-cause-memory-leaks-in-javascript5Do you know what may cause memory leaks in JavaScript?Michael Dubakov2008-10-04T14:23:37Z2008-10-04T15:01:59Z
<p>Do you know what may cause memory leaks in JavaScript?
I am interested in browsers: IE 7, FireFox 3, Safari 3</p>
http://stackoverflow.com/questions/35760/best-scrum-tools/168168#1681684Answer by Michael Dubakov for Best Scrum toolsMichael Dubakov2008-10-03T18:16:25Z2008-10-03T18:16:25Z<p><a href="http://www.targetprocess.com" rel="nofollow">TargetProcess</a> is a good tool, But if you are new to SCRUM, I recommend to use simplest tools first (whiteboard, sticky, etc.). It is important to focus on communication and process first. Then you may feel the need for software tool.</p>
http://stackoverflow.com/questions/1738353/refactor-or-rewrite-ui-layer-from-scratchComment by Michael Dubakov on Refactor or Rewrite UI Layer from ScratchMichael Dubakov2009-11-15T19:06:26Z2009-11-15T19:06:26ZHmm, that is not true. I accepted several answers.http://stackoverflow.com/questions/1561984/best-kanban-toolsComment by Michael Dubakov on Best Kanban ToolsMichael Dubakov2009-10-15T10:45:01Z2009-10-15T10:45:01Zabsolutely not! Just interesting how many people use physical boards ;)http://stackoverflow.com/questions/186456/what-is-the-best-practice-to-use-extjs-with-asp-net-and-wcf-in-net-3-5/186471#186471Comment by Michael Dubakov on What is the best practice to use ExtJS with Asp.net and WCF in .NET 3.5?Michael Dubakov2008-10-09T09:05:11Z2008-10-09T09:05:11ZCould you provide some examples? http://stackoverflow.com/questions/168593/bad-habits-of-your-scrum-master/168612#168612Comment by Michael Dubakov on Bad habits of your Scrum MasterMichael Dubakov2008-10-03T19:55:24Z2008-10-03T19:55:24ZNice shot. Sounds like quite common thing when scrum applied wrong.