1,091 reputation
212
bio website linkedin.com/in/aleschinsky
location Russia
age 47
visits member for 1 year, 9 months
seen May 28 at 6:45
stats profile views 260

Admin, programmer, PM, dreamer, postmaster, bummer, standpatter, misanthrope


Dec
5
answered Is there tool agnostic terminology for source control activities?
Nov
30
answered Strategy for versioning on a public repo
Nov
24
comment Agile project management, agile development: early integration
@MatíasFidemraizer - 3 days of pure development + 1 day of integration < 3 + 3 (at least) of parallel work (50% of speed degradation in task-switching is good result). But "non-fundamental changes" have to be integrated ASAP
Nov
24
comment Agile project management, agile development: early integration
@MatíasFidemraizer - where did I say about "last minute integration"?!
Nov
24
comment Agile project management, agile development: early integration
@MatíasFidemraizer - "When one breaks the build, what about buying some cookies for the rest of the team?" - I hate this yankee-games: Errare humanum est! "What's the advantage of having a "future broken code" not broken for now?" - Let's solve problems as they arise, Merge conflicts are problems of merge time, code disfunction are problems of integration time. Agile is just method and toolset, not god
Nov
23
comment Agile project management, agile development: early integration
@MatíasFidemraizer - well, we all have different habits and style of programming: when I starting write code, I have ready solution, which I just convert into code (and later, if it was big task, adopt to changed core) in my own isolated (sic!) shelve. If world was changed, I'll change it's citizen. Adopting WIP-solution to WIP-core in parallel may be cumbersome and endless task (and may not be). And yes, I guarantee that my code, merged to mainline, pass all tests, doesn't broke builds and comply all any other reqs of Coding Policy - I'm a developer, not code-monkey
Nov
23
comment Agile project management, agile development: early integration
"Programmers should get latest before they start a task, and before they commit code for a task" - WHY ??? I wrote code, based on old codebase, I have functioning code, I save it and only after it I'll merge it with latest changes - not the easiest way, but it have rights to live
Nov
23
answered Agile project management, agile development: early integration
Oct
27
answered Good practices to write Tags at SVN
Oct
11
comment VCS for single user using file sync service
@StackUnder - and this answer on related question also about Git&binaries
Oct
11
comment VCS for single user using file sync service
@StackUnder - your experiment around SVN|GIT may be not clean in some aspects: better (more precise) results may be obtained on testing repo with significantly large history. For SVN-repo location you are not tied to "repo below" WC, even more - for manageability you have to have repo and WC on the same level in tree: both in SyncedFolder
Oct
10
answered VCS for single user using file sync service
Oct
10
comment Is a “model” branch a common practice?
"With a model branch you wouldn't have to reconcile the schema model with binaries in other feature branches..." - but you have to reconcile for same binaries in multiple heads in single branch, because you can't block parallel development (and possible conflicts)
Oct
10
comment Is a “model” branch a common practice?
@dukeofgaming - I don't know and don't use "production branch" paradigm. "Branch per task" for me is small short-term sidetrack around default
Oct
10
answered Is a “model” branch a common practice?
Sep
25
answered How can I add the version of a file to the file name with Tortoise-SVN?
Sep
21
answered Linking application build number to svn revision
Sep
18
awarded  Yearling
Apr
3
comment Reasons to Use Version Control
@DavidWallace - 1-st form, no doubt! I just wanted to juggling by words a little - I like 3-or-more negations in English (but may overlook errors chasing the elegant paradoxality)
Apr
2
comment Reasons to Use Version Control
@rupjones - yes. Do you want to get translation to any other language from original?