Monday, February 4, 2013

Delightful Pseudo Code

The way our help text is created, each customer has their own version of a help text topic. When there is something that needs to change on a topic for one client, the same topic for the other clients needs to be checked as well. Here's some pseudo code of a situation I just came across. Here's some of the problems with this code.

  1. There is an empty p tag above the h3 definition.
  2. The "Intro text" is not within p tags.
  3. There is a li tag but no ul tag to introduce the list.
  4. There is an empty p tag after the li.
And guess what? Every client has this specific help topic.


No comments: