// this is in the global scope of my program. normally accepted as bad code, // but it seems to make sense in the context of an embedded platform. // "global" cache ...
begin
if @user.valid?
...
Ruby On Redundant Else Clauses
by Greg Buehler,
August 05, 2010 20:38
If you check for unsuccessf...
private static HumanResource CompressTimesheetItems(HumanResource employee)
{
List<TimesheetItemObject> CompressedTimesheetItems = new List<TimesheetItemObject>();
...
C# Merging similar objects
Our reporting program uses ...
I'm working on interfacing ...