| bio | website | oschrenk.github.com |
|---|---|---|
| location | Dusseldorf, Germany | |
| age | ||
| visits | member for | 1 year, 4 months |
| seen | Mar 7 at 18:13 | |
| stats | profile views | 8 |
|
Feb 22 |
awarded | Nice Question |
|
Jan 16 |
comment |
Why does git allow you to “change history”? I really like the first sentence. |
|
Jan 16 |
comment |
Why does git allow you to “change history”? @LazyBadger I doesn't have to be a mistake. Let's say I have a personal project, which grows into something that others could benefit from. I want to publish that project with its history (mostly) intact but the project also contains some personal information (eg. a poem to a loved one in all header files) Rewriting history helps you cleanup regardless of the intent. For me it's a feature that grows naturally from the distributed nature but it also helps you keeping things private (and maybe ,as an extension, secure) |
|
Jan 9 |
awarded | Supporter |
|
Jan 7 |
awarded | Yearling |
|
Oct 27 |
answered | Where does the git flow release message go? |
|
Oct 26 |
revised |
Forking an open source project using Git Explain why logging the reason for the for is a good idea |
|
Oct 22 |
awarded | Teacher |
|
Oct 21 |
answered | Forking an open source project using Git |
|
Oct 1 |
accepted | What are the benefits of prefixing function parameter names with p*? |
|
Aug 17 |
awarded | Nice Question |
|
Aug 17 |
comment |
What are the benefits of prefixing function parameter names with p*? I did know of the phenomena but didn't know that it even had a name. Thanks for pointing to the wikipedia entry on the issue. |
|
Aug 17 |
comment |
What are the benefits of prefixing function parameter names with p*? That is what I do. Not using a prefix also helps in Eclipse when calling the method. If you built your object tree and name the variables like the parameter names of the method you like to invoke, it works like a charm, but if the parameter names are prefixed this doesn't work. |
|
Aug 17 |
comment |
What are the benefits of prefixing function parameter names with p*? I'm with tdammers. Why are setters so special. Is it to avoid name collisions with fields, if so Im with Bill the Lizard and prefer language built in features like Java's this keyword. |
|
Aug 17 |
asked | What are the benefits of prefixing function parameter names with p*? |
|
Jul 29 |
awarded | Scholar |
|
Jul 29 |
accepted | Why is it preferred to write a commit message in present tense/imperative mood? |
|
Jul 20 |
comment |
Why is it preferred to write a commit message in present tense/imperative mood? I didn't see that one. I leave it to a moderator to close this question. Things might have changed though, which I was trying to get at in the question. I for myself see a trend to write present tense because of git. Maybe just reword the question? |
|
Jul 20 |
awarded | Editor |
|
Jul 20 |
awarded | Student |