summary refs log tree commit diff stats
path: root/results/scraper/fex/1935
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/fex/1935')
-rw-r--r--results/scraper/fex/19359
1 files changed, 9 insertions, 0 deletions
diff --git a/results/scraper/fex/1935 b/results/scraper/fex/1935
new file mode 100644
index 00000000..d542c4bb
--- /dev/null
+++ b/results/scraper/fex/1935
@@ -0,0 +1,9 @@
+Rework frequently used anti-patterns in the codebase
+Some commonly used anti-patterns that make our lifes harder while working with FEX

+- Re-use of class names with different namespaces (makes navigation, search and replace, debugging hard)

+- Overly, inconsistently namespaced codebase

+- File names that don't match the class name, or missmatching .h/.cpp file names

+- Inline forward declarations in header files

+- Inconsistent grouping of helper libs

+

+These should all be addressed.
\ No newline at end of file