Thoughts (1141)
May 13th, 2013, 04:49 PM Actions…Arantor » @Nao> Perhaps I should check this show out. (…)
May 13th, 2013, 02:06 AM Actions…Arantor » Wait, group requests aren't stored once completed? Accountability much?
May 12th, 2013, 11:21 PM Actions…Arantor » There are over 100 calls to parse_bbc. I'm still going through them. -_- (…)
May 11th, 2013, 06:44 PM Actions…Arantor » My brain hurts. Now I remember why I didn't go into accountancy.
May 11th, 2013, 12:45 AM Actions…Arantor » @godboko71> Heh, easy done
May 11th, 2013, 12:39 AM Actions…Arantor » @Arantor> It's not the same as theirs, granted, but it is animated.
May 11th, 2013, 12:32 AM Actions…Arantor » @MultiformeIngegno> We've been using an animated CAPTCHA for years ;) (…)
May 10th, 2013, 11:33 PM Actions…Arantor » @Arantor> Since it's now in a notifiers folder, it's clear that it's a notifier. I'm on the fence regarding Class- in the filename, not fussed. (…)
May 10th, 2013, 11:32 PM Actions…Arantor » @Nao> Yeah, it would. Though the .php shouldn't be there, did I leave that in? (…)
May 10th, 2013, 02:16 AM Actions…Arantor » @MultiformeIngegno> That's just funny.
May 9th, 2013, 11:15 PM Actions…Arantor » @CJ Jackson> The Farce is strong with these ones.
May 9th, 2013, 09:00 PM Actions…Arantor » I'm not happy that I've ended up restructuring all the PM stuff that sets up posting the to/bcc stuff and perhaps unnecessarily but it seems 'cleaner' somehow even though it looks uglier. I don't know. Funny day.
May 9th, 2013, 04:16 PM Actions…Arantor » @godboko71> I know exactly what you mean.
May 9th, 2013, 04:02 PM Actions…Arantor » @Arantor> Just it's more gradual ;)
May 9th, 2013, 04:02 PM Actions…Arantor » @Nao> But in this case it is a paradigm shift whether you classify it as one or not - by moving code out of the frontside controller to somewhere else, you're inherently shifting the paradigm by separating M from C. (…)
May 9th, 2013, 03:29 PM Actions…Arantor » @Arantor> That's ultimately what the MC part of MVC is about: you separate 'business logic' from 'data logic' - it does have some uses in terms of reducing duplicate code. (…)
May 9th, 2013, 03:28 PM Actions…Arantor » @Nao> The idea is to separate logic from data handling, sort of like how createPost's job is *just* to create a post, not validate whether the user *can* or not, or anything like that. It deals solely with the data and no logic around it. (…)
May 9th, 2013, 05:05 AM Actions…Arantor » @godboko71> I would argue not for the most part. They are quite happy doing what they are doing, and for the most part, it's internal clean-up. I kind of feel bad that we didn't go down the hardcore MVC route they did, but I'm comfortable with things as-is for now. (…)
May 9th, 2013, 02:43 AM Actions…Arantor » Huh, I might be able to use that createList in more places now I've done a few tweaks to it, like being able to set per-row styling, based on the data itself. It's why the infraction log in the profile never used it.
May 9th, 2013, 01:22 AM Actions…Arantor » I should note, I have more Big Things under development but while I'm still noodling around with those, there will be several smaller improvements developed in the meantime. The particular stuff I have coming up... I haven't quite figured out it all yet.