//2. Complex timer tick event method - It is suitable extract foreach cycles in this methods to the separate methods?
private void DispatcherTimerForPing_Tick(object sender, EventArgs eventArgs)
...
C# simplify the timer tick met...
by https://www.google.com/accounts/o8/id?id=AItOawnHEON1clAcojjad6LcdjWlIMytK_DPJKQ,
January 24, 2011 17:30,
2 refactorings, tagged with short, readability, simplify
My problem is that I use in...
//Constructors has many arguments
[ImportingConstructor]
...
C# simplify the constructor
by https://www.google.com/accounts/o8/id?id=AItOawnHEON1clAcojjad6LcdjWlIMytK_DPJKQ,
January 24, 2011 17:27,
2 refactorings, tagged with short, readability
Hi, I use caliburn micro as...
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
{
string colName = parameter.ToString();
...
C# if / switch horror
by https://www.google.com/accounts/o8/id?id=AItOawnHEON1clAcojjad6LcdjWlIMytK_DPJKQ,
January 24, 2011 16:35,
6 refactorings, tagged with short, readability
Hi, I try refractor this ho...
<?php $skipOptionalParts = FALSE; $optionalPartCount = 0; ...
PHP Bad readability in Routing ...
by bwaidelich,
December 08, 2008 11:23,
3 refactorings, tagged with routing, complexity, readability
Hi everyone!
I'm working o...
Any ideas for better implem...