if name.length > 2
  name[1] = name[1] + name.pop
end
...

Ruby On Making email addresses out ...

by mrgrande.livejournal.com, January 22, 2010 20:59

Not much to add, but you co...

55502f40dc8b7c769880b10874abc9d0 Talk
private static bool SetFolderBasedOnFirstStatus(PurchaseOrder po)
{
    bool documentFinished = false;
...

C# Two methods, two enums.

by mrgrande.livejournal.com, January 22, 2010 20:24, 1 refactoring, tagged with C#, enum

I have these two very simil...

55502f40dc8b7c769880b10874abc9d0 Talk