1,164 reputation
214
bio website twitter.com/AakashMehendale
location London, United Kingdom
age
visits member for 1 year, 9 months
seen 1 hour ago
stats profile views 29

2h
comment Should I write compact code or code with lots of spaces?
@FrustratedWithFormsDesigner I dunno, in the second sample here the identifiers aren't as short as they could legally be, which is what a minifier would do. Programmers from a more... ?academic/?theoretical background tend to go for things like fst, snd and so on. Look at typical Haskell code, for example: it's not minified, it just looks like it :)
7h
comment What to do as a Dev when for years their team has lacked product innovation, not used project mgmt methodologies, and kept bad Software Dev practices?
At least parts of Getting Things Done When You're Only a Grunt by Joel Spolsky are relevant.
1d
comment Converting an empty string to a number
@Kolyunya well, that depends on the application. What's the application? What's the domain? What would a subject matter expert say?
1d
comment Converting an empty string to a number
"How would you convert an empty string?" - however the requirements told me to. If the requirements didn't tell me, I'd ask the client (after berating the analyst, which might be me of course).
2d
comment Books on software development career path
Relevant recent CodingHorror blog post: So You Don't Want to be a Programmer After All
May
17
comment Protect Database Design - SQL
You've said you're worried, but you haven't said why you're worried.
May
17
comment How do you pronounce SFINAE (the C++ term)
You say "Substitution Failure Is Not An Error" or you say "Ess eff eye en eh ee" ?
May
16
comment Are there any statistical information about what kinds of work programmers do?
Somewhat relevant: Programming Sucks! Or At Least, It Ought To
May
15
revised Issue deploying Asp.Net MVC 4 website to Azure
remove meta-commentary
May
15
suggested suggested edit on Issue deploying Asp.Net MVC 4 website to Azure
May
10
comment “Is” prefix and “On” suffix as reasonable exceptions to a “non-hungarian” naming standard?
When you say "Hungarian in general does not [make sense to me]", what are you understanding by 'Hungarian' ?
May
8
comment Etymology of “String”
The OED have done this work already. The entry for string (paywall, but UK library members are probably able to access) has "1954 Jrnl. Assoc. Computing Machinery 1 120/2 A finite, possibly null, sequence of members of the alphabet is called a string." which looks to me to be exactly the modern usage.
May
8
comment Reasoning to wait until third time in the Rule of Three?
See Two is an impossible number and Zero-One-Infinity rule for another set of perspectives.
May
7
comment Who does the actual work in IT companies?
Someone urgently needs to read Joel's ancient (7 years!) piece The Development Abstraction Layer
May
2
comment Boolean Method Naming Affirmative vs Negative
"I wouldn't want to see a guideline in a coding standards document that says thou shalt not use negative names for boolean properties." - I'll just leave this here...
Apr
29
comment Introducing design concepts/patterns/principles to co-workers
@WayneM "it's doubtful that I'll look at another software job" - that would be a shame, from what you've written here. Just a little amount of due diligence before applying/accepting goes a long way.
Apr
24
revised Separation of concerns: Whose concern is this?
title etc .
Apr
24
comment What was the first programming language written for computers?
Describing a loom as a computer seems like a biiiiiiiiig stretch (notwithstanding that I'm sure some enterprising soul somewhere could prove one Turing complete...)
Apr
24
suggested suggested edit on Separation of concerns: Whose concern is this?
Apr
22
comment Naming of related classes and interfaces
I don't think your current names are too long and convoluted.