|
|
|
|
|
by bobbytherobot
3436 days ago
|
|
newsat13 wasn't complaining about using conventions. newsat13 was complaining about how Rails uses black magic with conventions. I can't speak to Rails, but I've worked in other codebases that used reflection to dynamically attach different pieces of code together. It was hard to trace code because I couldn't do a search for the value being generated nor could I use the static analysis to find the value. I had to manually trace through the whole stack to find the bit of reflection that was generating a value. |
|