40

Still end up using the classics.

Comments
  • 1
    Maybe programming isn't for you.
  • 0
    Why is it too hard? Just name it with what it holds, add "is" prefix if its boolean. if its local variable for small block you can even use abbreviations.

    var ptr = new PaymentTaxRate();
    Or
    var r = payment.GetResource();

    IMHO it makes the code more readable and easily writable. I feellike more productive when I use short local variable names
  • 2
    Use the whole roman alphabet.
  • 2
    Fuck it. Use a or b or i
  • 2
    today: var x...;

    one day after: what the hell is x
Add Comment