All credibility was lost when I read Wordpress. #capitalPdangit
Wordless: stop writing Wordpress themes like it's 1998.
41–50 of 87 posts
Re: Wordless: stop writing Wordpress themes like it's 1998.
#42>>Ability to write PHP code using the beautiful Haml templating system; >>Ability to write CSS stylesheets using the awesome Sass syntax [...]; >>Ability to write Javascript logic in Coffeescript; Some may like that, but I want to write my PHP in PHP, and write my CSS in CSS, and write my JS in JS. I really never got why I would write one language in another language just to then use some tool to translate it (and if…
Re: Wordless: stop writing Wordpress themes like it's 1998.
#43Nice to see someone investing time into building rigid structure for templates... (Although it looks like a bit too much for me :)) But probably it worth learning Ruby, Haml, Sasl, coffee-script, etc)
Now if someone could come up with something very defined for plugins and make somehow all "wordpress programmers" use it for both templates and plugins - word could be better :)
Re: Wordless: stop writing Wordpress themes like it's 1998.
#44If you have the skills and resources to install a Ruby environment and a bunch of gems, why not use Rails plus some CMS built with Rails?
Re: Wordless: stop writing Wordpress themes like it's 1998.
#45All credibility was lost when I read Wordpress. #capitalPdangit
Wordpress is the worst blogging system out there, except for all of the others.
http://www.wptavern.com/automatically-correcting-the-wordpre...
Re: Wordless: stop writing Wordpress themes like it's 1998.
#46C'mon. All this work and no PHP/Wordpress developer that will ever use this. What a shame.
Re: Wordless: stop writing Wordpress themes like it's 1998.
#47I appreciate the work that must have gone into this, and it looks like it has been done well technically. However: How many people are this deep in the world of Ruby and yet also enjoy writing WordPress themes? I run a forum devoted to WordPress, and I can not imagine any of the experts (who post there) wanting to switch over to Haml or Coffeescript. Most people who use WordPress are either designers or programmers w…
That said, I don't see myself using Wordless. Aside from my personal gripes with HAML, I have some concerns about breaking WordPress and PHP conventions. Will future developers be able to continue my work? Will plugins work as expected? How about page templates?
I did use SASS for a couple of themes and that worked out well enough, but I doubt I'll use it for future projects. Idiomatic code and tools are a bigger productivity boost both for myself and others.
EDIT: I can see a sweet spot for this in teams that work primarily with Ruby/Rails but want to leverage WordPress on a site they maintain in the long term.
Re: Wordless: stop writing Wordpress themes like it's 1998.
#48Earlier quoted context omitted.
Rails is a framework, while frameworks do cool things, developers in any language are not always out to build a piece of software that's like a swiss army knife like Wordpress. The rails communitys' exuberance to simplify and automate everything in sight hasn't quite reached wordpress yet. In the mean time there's gems, I guess.
I guess I was just thinking of rails very clear MVC pattern. Wordpress doesn't have this at all. Instead they have "the loop" which just ends up being a mess.
WP was created in a time where I think switches were used more.
Personally I find the MVC paradigm to apply to web apps easier, but there was a time when web apps maybe weren't so complex, and WP was around a long time ago.
Still, nothing provides a compelling ecosystem as Wordpress out there, so we can say the language, coding style seems to only matter so much in the end.
Re: Wordless: stop writing Wordpress themes like it's 1998.
#49>>Ability to write PHP code using the beautiful Haml templating system; >>Ability to write CSS stylesheets using the awesome Sass syntax [...]; >>Ability to write Javascript logic in Coffeescript; Some may like that, but I want to write my PHP in PHP, and write my CSS in CSS, and write my JS in JS. I really never got why I would write one language in another language just to then use some tool to translate it (and if…
You'll never need to doctor the generated code, by the way. Anything you'd want to do in HTML or CSS can be done in HAML or SASS.
Re: Wordless: stop writing Wordpress themes like it's 1998.
#50This nearly made me sick. Yes, let's use RUBY to generate our PHP. That makes loads of sense. Then you said HAML, and I giggled. Then you said SASS, and I started cackling. Then you said CoffeeScript, and I nearly died of laughter. Keep your Rubyist junk out of my (unbeloved) PHP.