On 26/07/12 18:53, Kris Craig wrote:
On Thu, Jul 26, 2012 at 10:47 AM, Andrew Faulds <a...@ajf.me
<mailto:a...@ajf.me>> wrote:
On 26/07/12 18:46, Levi Morrison wrote:
I'm in favor of an RFC app on the condition it has a nice UX
and has
complete unit tests.
Welp, guess it's time for me to learn how to unit-test properly.
--
Andrew Faulds
http://ajf.me/
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Probably best not to just throw something together halphazardly. It's
not like we're up against a ticking clock or anything. What do we
currently use for data storage? MySQL, etc?
I think it would be best to take a multi-vector approach to this.
I.e. somebody handles the backend core, another person handles the UI
templates, somebody familiar with the existing VCS architecture takes
care of auth integration, and someone else looks into the formatting
options. I could handle the backend core and put together a nice
AJAX/MVC architecture that'll make it easier for other dev roles to be
properly segregated. I could have that done by the time Andrew gets
back easily enough.
Oh and it should of course also be maintained on Git. =)
--Kris
Sounds like a plan. Personally I like SQLite because of its simple data
types, it's flat-file, and it's reasonable for frequent read, infrequent
write sites like this.
And I'm on GitHub. I'll get hacking :)
--
Andrew Faulds
http://ajf.me/