Hello again :-) Diving through code today I found some evidences that both project need a common part. Maybe we should create something /common directory next to /nixtape, /meeja and /gnukebox?
some examples: $ grep -r "/turtle/temp-utils" ./ ./nixtape/delete-profile.php:require_once($install_path . '/../turtle/temp-utils.php'); // this is extremely dodgy and shameful ./nixtape/auth.php:require_once($install_path . '/../turtle/temp-utils.php'); // this is extremely dodgy and shameful ./nixtape/data/Server.php:require_once($install_path . '/../turtle/temp-utils.php'); // this is extremely dodgy and shameful $ find | grep human ./gnukebox/utils/human-time.php ./nixtape/utils/human-time.php And I have a feeling that these are not only. What do you think about it? Wouldn't it make some things clearer and easier to maintain? cheers Maciek _______________________________________________ Libre-fm mailing list [email protected] http://lists.autonomo.us/mailman/listinfo/libre-fm
