mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Rename functions to follow proper naming conventions: - _envDiff() → calculateEnvironmentDiff() - _objIsEqual() → areObjectsEqual() - Replace cryptic property names with descriptive ones: - @I → @iso, @t → @total, @c → @currency - t → tabs, @p → @path - Add comprehensive error handling to all context modules - Improve type safety by replacing 'any' types with proper interfaces - Add JSDoc documentation for all new functions - Add depth limits to prevent infinite recursion in diff algorithm - Add proper TypeScript types throughout the codebase These changes address the critical issues identified in the PR review while maintaining the performance optimization functionality. |
||
|---|---|---|
| .. | ||
| rules | ||
| rules-code | ||
| rules-docs-extractor | ||
| rules-integration-tester | ||
| rules-issue-fixer | ||
| rules-issue-writer | ||
| rules-mode-writer | ||
| rules-pr-fixer | ||
| rules-pr-reviewer | ||
| rules-translate | ||
| temp/pr-5846 | ||