Esteban Brenes

590
reputation
87 views

Registered User

name Esteban Brenes
member for 1 year
seen Nov 27 at 17:18
website
location Costa Rica
age 31
.Net Developer
Dec
2
awarded  Notable Question
Nov
10
comment What’s wrong with the analogy between software and building construction?
@kuosan: It is also worth pointing out that most buildings are derivatives of accepted blueprints. The majority of houses are neither innovative or very different from what has come before. Our equivalent in software is easily replicated and hence we tend to view building a house as building new software. It's all too easy to forget you ALWAYS have to build a house, whereas with software you can just copy it!
Oct
5
comment Why is Syntactic Sugar sometimes considered a bad thing?
Your point on the i++ / i = i + 1 syntactic sugar having consequences can be illustrated by this question: stackoverflow.com/questions/547668/… Where the change from x = x * y to x *= y caused some issues.
Oct
5
comment Why isn’t our c# graphics code working any more?
I'd wager it was done for aesthetic reasons. Most likely someone figured "rect.Width = rect.Width *" was verbose and redundant and replaced it with the nicer-looking "rect.Width *="
Sep
17
awarded  Yearling
Sep
2
accepted Trying to set/get a JavaScript variable in an ActiveX WebBrowser from C#
Sep
2
comment Set Application name in Task Manager’s Applications Tab
That's what I was fearing, but oh well. Thanks.
Sep
2
asked Set Application name in Task Manager’s Applications Tab
Aug
23
accepted Can I Format A String Like A Number in .NET?