Shlomi Fish
|
7934babad2
|
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.
|
2019-07-15 17:17:04 +03:00 |
|
Shlomi Fish
|
62005c7c42
|
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.
|
2019-07-15 14:17:03 +03:00 |
|
Shlomi Fish
|
18efc0e5d3
|
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.
|
2019-07-14 22:56:06 +03:00 |
|
Shlomi Fish
|
69a2036f94
|
remove pointless comments
|
2019-06-24 17:23:13 +03:00 |
|
Shlomi Fish
|
7cb6d9c8b5
|
extract a method.
|
2019-06-24 16:53:57 +03:00 |
|