Python On posterize

by Darius Damalakas, September 29, 2007 03:06

What do you want to refacto...

C63d2d886af30dbea99a341467ac116d Talk

C# On How to add gracefully undo ...

by Darius Damalakas, September 28, 2007 00:30

An interesting suggestion t...

C63d2d886af30dbea99a341467ac116d Talk
1
2
3
4
while (classificator.Clients.Count > 0)
{
	Client client = ServiceHelper<Client>.GetFirst(classificator.Clients);
...

C# How to add gracefully undo ...

by Darius Damalakas, September 27, 2007 02:42, 2 refactorings

.Net, C#

The code below ...

C63d2d886af30dbea99a341467ac116d Talk