rss
twitter
    Made it to the hotel. Where is everyone?

'Tale of Two Languages' - The Ground Rules

As I mentioned last week, I plan on publishing a series of blog posts that will demonstrate how PHP and ColdFusion can address common development tasks. Before I publish my first post (in a hopefully long and informative, if not entertaining, series) I wanted to lay down some ground rules. These rules are for me as much as anyone else as I want to make sure I follow a 'standard' procedure for each post.

Here are the rules for me to follow:

  • All the code I demonstrate will be compatible with the versions I have installed. For ColdFusion, that is version 9.0.1. For PHP, that is version 5.3.4
  • When possible, all ColdFusion code will be written using CFScript syntax.
  • I will try to follow 'best practices' whenever possible.
  • Keep in mind the purpose of this series is NOT to try and prove one language is better than another - but to learn more about the differences, and more importantly, the similarities between them.

Here are the rules I would like you, my readers, to follow:

  • Keep it civil. I have no problem if someone wants to express an opinion, that is great, just please do so in a way that is not insulting. I will not approve comments in this series that are not 'civil' (weird to hear me say that, huh?)
  • If you see better way of coding what I am trying to demonstrate, please share it - this way we can all learn.
  • Keep in mind the purpose of this series is NOT to try and prove one language is better than another - but to learn more about the differences, and more importantly, the similarities between them.

As I said last week, I hope to have the first post done later this week.

3 comments

(Comment Moderation is enabled. Your comment will not appear until approved.)
Adam Presley said...
I look forward to it. As a programmer in both, it's always good to see how various languages approach the same problem.
Jon said...
This is an excellent idea for a series. I wrote a presentation on this once. It's gonna be real fun blog post to read the comments on when you get to Arrays/Structs. It might just explode();
Justin Scott said...
Awesome, as someone very experienced with ColdFusion and beginning to dabble in PHP I will follow this with interest.