using System;
using System.Collections.Generic;
using System.Linq;
...

C# How can i refactor theese c...

by programmerist, May 30, 2010 20:20, 2 refactorings, tagged with oop, .net, C#, design

How can i refactor theese c...

Dc2b5374b8c24a20577346b9b1e4891f Talk
using System;
using System.Collections.Generic;
using System.Linq;
...

C# How can i SRP princible in ...

by programmerist, May 30, 2010 10:02, 2 refactorings, tagged with oop, .net, C#, design, C# asp.net-mvc

i try to calculate triangle...

Dc2b5374b8c24a20577346b9b1e4891f Talk
using System;
using System.Collections.Generic;
using System.ComponentModel;
...

C# New to refactoring: is my d...

by sebastianlarsson.myopenid.com, May 08, 2010 19:32, 3 refactorings, tagged with C#, design, gdi+, refactoring, threads

Hi guys,

I am currently ...

96a6679bd148d24bc8baca0414674f62 Talk
public class GenoTipController
    {
        public _Company GenerateCompany(DataModelType modeltype)
...

C# GenoTipController must pro...

by programmerist, April 16, 2010 07:15, 12 refactorings, tagged with C#, design, architecture

GenoTipController must pro...

Dc2b5374b8c24a20577346b9b1e4891f Talk
class Light
  def initialize(location)
    @location = location
...

Ruby Command Pattern from Head F...

by Rubén Dávila, January 02, 2009 14:09, 1 refactoring, tagged with ruby, patterns, design

Example in Ruby of Command ...

0e34c56054c414263e933a1b8b3d0d55 Talk