====== Cross-Platform Checklist ====== **Version:** 2.0\\ **Scope:** Portability across Windows/Linux and filesystem/runtime differences. ===== Checks ===== * [ ] No hardcoded path separators (''%%\%%'' or ''/'') * [ ] No hardcoded line endings * [ ] No hardcoded paths (drive letters, ''/home/user'') * [ ] Platform-specific code guarded with conditionals * [ ] Standard library used for paths and directories ---- //Version: 2.0 (Split)//\\ //Author: Wolfgang van der Stille// Back to [[start|Infrastructure Checklists]] | [[..:start|Review Checklists]] ~~DISCUSSION:off~~