|
|
|
|
|
by benaiah
4835 days ago
|
|
From the docs: "There's nothing magic about these function names. There are no required names here. One of our design principles in Pedestal is that all the connections between parts of your application should be evident. You should be able to trace functions from call to definition without any “magic” or “action at a distance” metaprogramming." Excellent. This is something that has irritated me greatly about a framework I've been working with, and it seems to be unduly popular. |
|