Search the web
Sign In
New User? Sign Up
scm-patterns · Patterns applied to Software CM
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 814 - 843 of 1133   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
814
... Thanks Dean I believe you are correct that a package would correspond to a "configuration" of "things" - and in fact in the field of SCM there is an...
Brad Appleton
bradapp1
Offline Send Email
Sep 2, 2005
6:46 am
815
Here is one example where this rule does not apply well. In large systems it is sometimes necessary to restrict access to certain files or components of code...
Brooke Wallace
brookbot
Offline Send Email
Sep 6, 2005
11:43 pm
816
Hi Brooke! Many thanks for the feedback! ... I agree - this breaks the change closure principle as it had been stated. My next question would be: so which is...
Brad Appleton
bradapp1
Offline Send Email
Sep 7, 2005
1:12 pm
817
... This is a special case of a general problem. The general case IMO is that of 'interfaces' in CM parlance. Most of my clients that deal with this problem do...
Austin Hastings
Austin_Hastings
Offline Send Email
Sep 7, 2005
6:31 pm
818
... From: Brad Appleton To: scm-patterns@yahoogroups.com Cc: XP list ; Agile Modeling list ; XPE2e list Sent: Wednesday, September 07, 2005 6:12 AM Subject:...
Brooke Wallace
brookbot
Offline Send Email
Sep 7, 2005
11:35 pm
819
Austin Hastings wrote: ... Interesting - can you give an example? ... Could be. My initial thought is my attempt at translating the three principles from OOD...
Brad Appleton
bradapp1
Offline Send Email
Sep 8, 2005
6:10 am
820
... Hmmn - I was hoping that would exactly be the message resulting from the combination of these three principles. ... Wow - I got exactly the opposite...
Brad Appleton
bradapp1
Offline Send Email
Sep 8, 2005
6:29 am
821
(Brad, I'm not a member of the AgileModeling or XPE2e lists. Please cross post.) ... Sure, here's two: 1) Hierarchical CR's. Create two Change Requests (CRs)....
Austin Hastings
Austin_Hastings
Offline Send Email
Sep 8, 2005
3:39 pm
822
Thinking about the divided CR's got me to thinking about some CM patterns: 1. Separate Call-Tracking, Bug-Tracking, and Change-Tracking. 2. Track changes in...
Austin Hastings
Austin_Hastings
Offline Send Email
Sep 8, 2005
6:44 pm
823
Do you know which tools support hierarchical CRs? We have an in house solution that has out lived it's usefulness, but need this type of support in an vendor...
Brooke Wallace
brookbot
Offline Send Email
Sep 9, 2005
2:57 am
824
The Test/Commit Equivalency Principle -- The granule of test is the granule of commit Here "granual of test is the granule of commit" seems to indicate that...
Brooke Wallace
brookbot
Offline Send Email
Sep 9, 2005
4:16 am
825
Hi Austin ... Will do! ... Okay - thanks for giving specific examples. Interestingly enough, we do the exact same sort of thing in my organization for both of...
Brad Appleton
bradapp1
Offline Send Email
Sep 9, 2005
5:29 am
826
Hello Brooke, Serena's Dimensions is one tool that supports hierarchical CRs. We haven't started using that feature here yet but I plan to implement that...
Paul Gebert
pgebert299
Offline Send Email
Sep 9, 2005
4:06 pm
827
... From: Brad Appleton To: scm-patterns@yahoogroups.com Cc: XP list ; Agile Modeling list ; XPE2e list Sent: Thursday, September 08, 2005 10:29 PM Subject:...
Brooke Wallace
brookbot
Offline Send Email
Sep 9, 2005
4:53 pm
828
... Cool! Thanks for posting them. These look to be more in the subarea of change/request management (as opposed to version control). ... I agree. Other than...
Brad Appleton
bradapp1
Offline Send Email
Sep 11, 2005
5:56 am
829
... I would like to be able to do that. It seems to be very overloaded. ... I agree they dont think of "smallest" change. I think it tends to be more...
Brad Appleton
bradapp1
Offline Send Email
Sep 11, 2005
6:57 am
830
... Yes. If I have some new code, and some tests for that code, then the above would certainly suggest they be committed together. Do you feel they should be...
Brad Appleton
bradapp1
Offline Send Email
Sep 11, 2005
7:11 am
831
Thanks to one and all for their comments. In my earlier attempt at translating Uncle Bob's package cohesion principles (see ...
Brad Appleton
bradapp1
Offline Send Email
Sep 12, 2005
6:36 am
832
Comments below. ... From: Brad Appleton To: scm-patterns@yahoogroups.com Sent: Sunday, September 11, 2005 12:11 AM Subject: Re: [scm-patterns] Change Packaging...
Brooke Wallace
brookbot
Offline Send Email
Sep 12, 2005
7:09 pm
833
... I still have strong doubts about "reuse" meaning "integration". If we look at change propagation, then it consists of a number of steps: INNER CYCLE...
Frank Schophuizen
fs87
Offline Send Email
Sep 12, 2005
7:29 pm
834
... I'm with Brooke on this one. If you're doing TDD correctly, there's nothing to preclude different developers from writing the code and the tests. In fact,...
Austin Hastings
Austin_Hastings
Offline Send Email
Sep 12, 2005
10:22 pm
835
... Version control's a solved problem, dude. :) ... As I think of it, because they either have different audiences or different data. In general, there are...
Austin Hastings
Austin_Hastings
Offline Send Email
Sep 12, 2005
10:47 pm
836
... Good point! With my existing definitions, there is no such thing as a private commit. A commit is always public. Doing a checkin that is visible only to my...
Brad Appleton
bradapp1
Offline Send Email
Sep 13, 2005
4:03 am
837
... That doesnt sound correct to me. TDD doesnt mean writing tests first and then writing code. If I write multiple tests before I write the code that passes...
Brad Appleton
bradapp1
Offline Send Email
Sep 13, 2005
4:13 am
838
Thanks Frank. I think this is an important distinction between "reusable" and "reused": * "Reusable" is (ideally) when we promote/commit/deliver our change. *...
Brad Appleton
bradapp1
Offline Send Email
Sep 13, 2005
4:30 am
839
... Writing multiple tests before writing code isn't what Beck had in mind, but the book's published -- people are out there reinterpreting what he had to say....
Austin Hastings
Austin_Hastings
Offline Send Email
Sep 13, 2005
3:18 pm
840
... [This reply inspired by the TDD thread.] Another thing we may be doing at cross-purposes is ignoring change lifecycle in our definitions. Consider an...
Austin Hastings
Austin_Hastings
Offline Send Email
Sep 13, 2005
3:49 pm
841
... Ive seen two different case here. I see the case you describe, and I see another case where the call ticket is kept open, waiting on some vendor (outside...
Brad Appleton
bradapp1
Offline Send Email
Sep 14, 2005
3:10 am
842
... Good question. Im not sure yet. Im still trying to figure out what (if any) ordering there is to them. I started with the Baseline Reproducibility...
Brad Appleton
bradapp1
Offline Send Email
Sep 14, 2005
3:16 am
843
Here are some thoughts about baseline promotion principle(s). ... We have to take into account that there are 2 dimensions for promotion. First there is...
Frank Schophuizen
fs87
Offline Send Email
Sep 14, 2005
7:27 am
Messages 814 - 843 of 1133   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help