Shlomi Fish
|
cf84de4070
|
Extract a method or a function.
This is Refactoring / code cleanup.
See:
* https://refactoring.com/catalog/extractMethod.html
* https://en.wikipedia.org/wiki/Code_refactoring
* https://www.refactoring.com/
* https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/
Some small optimisations may have slipped in as well.
|
2020-02-09 11:39:39 +02:00 |
|
Shlomi Fish
|
f69d5cb9b4
|
Extract a common class/struct.
This is Refactoring / code cleanup.
See:
* https://en.wikipedia.org/wiki/God_object
* https://en.wikipedia.org/wiki/Extract_class
* https://en.wikipedia.org/wiki/Code_refactoring
* https://www.refactoring.com/
* https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/
Some small optimisations may have slipped in as well.
|
2020-02-09 11:39:39 +02:00 |
|
Shlomi Fish
|
dde8e2b3df
|
Extract a common class/struct.
This is Refactoring / code cleanup.
See:
* https://en.wikipedia.org/wiki/God_object
* https://en.wikipedia.org/wiki/Extract_class
* https://en.wikipedia.org/wiki/Code_refactoring
* https://www.refactoring.com/
* https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/
Some small optimisations may have slipped in as well.
|
2020-02-09 11:39:39 +02:00 |
|
Shlomi Fish
|
9dd1eeb15e
|
remove pointless comments
|
2020-02-09 11:39:38 +02:00 |
|
Shlomi Fish
|
b306d78c47
|
extract a method.
|
2020-02-09 11:39:38 +02:00 |
|