Viewing profile — annymsMthd
annymsMthd
HN member- Joined
- Mon, Aug 24, 2009, 4:34 PM UTC
- HN karma
- 25
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About annymsMthd
No profile information was provided.
Recent public activity
-
comment
Comment #21313694
Multistage builds do not squash at the end.
-
comment
Comment #6356201
It looks alot like something I did for my last job. Comparing schedules to actual transit bus performance. It's really neat stuff when you start digging into distance/time. http://…
-
comment
Comment #5634431
I was using PostGIS for vehicle tracking at my last job. PostGIS made it really simple by allowing me to boil everything down to simple geometry. The performance is amazing. The CT…
-
comment
Comment #5579079
I've been in this situation before. The my way or the highway attitude is a bad mindset to have when managing engineers. Skilled engineers are free thinkers and will push back on b…
-
comment
Comment #5575417
I had a similar situation happen to me, minus the going crazy part. If you constantly have to clean up because of the bad decisions of a manager then you should just leave that com…
-
comment
Comment #5563609
It all boils down to maintainability. Do I want to even attempt debugging or adding features to a 10,000 + line ASP.NET Web form page? What about a MVC project where someone took t…
-
comment
Comment #5283736
I do client side "MVC" with backbone every day. With proper architecture the possibilities are limitless and far beyond what one can do with a simple server side architecture. Usin…
-
comment
Comment #4639361
I bet Gary inspired this one.
-
comment
Comment #4447041
https://github.com/theironcook/Backbone.ModelBinder really helps with this problem.
-
comment
Comment #4299753
From someone that went from being in the military to software engineering I really believe this is a great mindset. We shouldn't feel like we are chained to one profession.
-
comment
Comment #3887070
We use FluentMigrator and it works amazingly.
-
comment
Comment #3821294
"Halcyon and On" is always a must have.
-
comment
Comment #782998
This is an excellent article. I follow alot of the guidlines already but there is some important ones that I am missing. Thank you.
-
comment
Comment #782790
Awesome suggestion, thank you. From scanning through the Chapter on design I got this quote: "This paradox implies, essentially, that you have to 'solve' the problem once in order …
-
comment
Comment #782721
I have no problem understanding my code, even the stuff I wrote a year ago. I may not agree with the way I coded some of what I wrote before but it is easy to follow my own logic. …
-
comment
Comment #782660
I definately know some of the inner workings of.Net, such as using StringBuilder compared to string concatenation. Some of the things I need to know is what is an acceptible name f…
-
story
A matter of style in C#
Hello I am a c# developer. I am currently close to being hired by avid HNer but I have a couple of things with my coding style that I need to correct. I did not take any college co…