Topic: Request for user functions file
The inclusion of a user.css file which allows the user to add/modify Arras styles without changing the original Arras files was great. In the spirit of that, I think that it will be a great idea to add a user functions.php file which users can use to add their own actions and filters without having to change the original Arras file.
My proposal is that Arras includes an empty file called 'user_functions.php'. This file will be sourced by functions.php or launcher.php (I'll let theme developers decide which is better). This new file should be sourced at a spot where most (if not all) Arras filters and actions are available to it so users who add code there don't get "undefined" errors.
The advantages of having such a file is that: 1. user won't have to modify stock Arras code in order to add their own actions and/or filters; 2. updating to a new Arras version will not be as difficult as users will be able to save their user.css and user_functions.php files and retain most (if not all) of their changes.
What do you think?