TODO: IDs generated for l10n strings will differ between dev, test and prod systems. These will need to be tracked and accounted for. Ideally, some way to keep them the same will present itself.
Also today, a brown bag lunch where I'll be presenting on Ch. 1 from the Design Patterns book. This will largely be review, but I am planning on including some material from the introduction. This material covers problem-solving approaches, and is good for any general situtation:
- Slow down, stop and think.
- There are no dumb questions. Avoid assumptions about the problem. Understand the problem as thoroughly as possible.
- Talk about it, out loud. This uses a different part of the brain and will aid understanding and problem-solving. Ideally talking to another person.
- Design the solution. Understand what conclusion you are trying to reach, and write down all the steps needed to get there.
Next up is to ensure that the I18N strings are in the LocalizedString table.
Also, fix the javascript for the pop-up calendar so that it properly handles foreign date formats, and also the DateScanner code so that it can receive those formats and properly parse them into java Date objects. As soon as this is done, Dale can begin testing parts of the system.
No comments:
Post a Comment