| bio | website | |
|---|---|---|
| location | Italy | |
| age | ||
| visits | member for | 2 years, 4 months |
| seen | May 27 at 15:04 | |
| stats | profile views | 58 |
|
Jan 25 |
awarded | Yearling |
|
Oct 21 |
answered | Dropbox as a Version Control tool |
|
Sep 30 |
answered | How to learn programming from very basic level to advanced level? |
|
Jun 26 |
comment |
How should I structure a solution for a long term project? +1. @sooprise, don't waste your time trying to figure out what you don't know yet. Projects do tend to call for changes in their layout as time goes by. Plus, what others think of you is none of your business. If you care so much about structuring your project the way they want, by all means go ask them what you should do. Nothing is irreversible, especially since you'll be under source control and with powerful refactoring tools at your disposal. Forget about the mythical clean history: fuck-ups are going to happen, and that's exactly how you learn. |
|
May 15 |
comment |
Information about how much time in spent in a function, based on the input of this function You are sure right that the debugger somehow knows how to retrieve the values, but who knows what it's doing under the covers. I can guess they have some kind of infrastructure that comes into being when we run code in debug mode. One thing is for sure: with managed code you can't do it in a robust way. One might be able to pull it off using the CLR's unmanaged profiling API, though. But I suspect that would be a tough endeavor as well. |
|
May 15 |
answered | Information about how much time in spent in a function, based on the input of this function |
|
Jan 25 |
awarded | Yearling |
|
Jun 24 |
answered | Should all, none, or some overridden methods call Super? |
|
Jun 24 |
answered | Help deciding on the appropriate software license type |
|
Mar 20 |
comment |
Is Software Testing Really Needed? One short answer: yes, it is needed because shit hits the fan. |
|
Feb 22 |
comment |
Using Agile development in a one person team @davidhaskins: that's correct. Very few know that Agile programming dates back to 1886, thanks to Robert Louis Stevenson. His manuscript "Strange Case of Dr Jekyll and Mr Hyde" is considered to be the seminal work in this field. |
|
Feb 20 |
comment |
Are there any downsides of 2 developers getting married? Nice question, /me grabs a bucket of popcorn |
|
Feb 19 |
comment |
What kind of installer should I use? That's less than 25% of the original size. IIRC Inno uses lzma as the compressing algorithm. And so does Nullsoft (which is an alternative to Inno), so I don't think you can go much further than that. Try to figure out if there are some unneeded files that you are including by mistake. |
|
Feb 19 |
comment |
What kind of installer should I use? Try InnoSetup. |
|
Feb 17 |
answered | What to do as a new team lead on a project with maintainability problems? |
|
Feb 15 |
answered | Which skills would you expect and appreciate in a Junior Software Engineer? |
|
Feb 1 |
awarded | Commentator |
|
Jan 27 |
answered | Is this code bad enough to warrant a rewrite? |
|
Jan 27 |
comment |
Is this code bad enough to warrant a rewrite? The choice of VB is itself a serious smell. Just kidding! :) |
|
Jan 27 |
answered | Why do some programmers hate the UI part of the development? |