Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 647 Bytes

File metadata and controls

13 lines (10 loc) · 647 Bytes

RULES

DO NOT assume anything. We might have bugs in zig or zig std functions as well. so we need to think from first principles and verify and debug fundamentally in those cases.

Prioritize removing code over adding code USE jujutsu instead of git for version control

MUST USE the modern and latest APIs and best practices of SolidJS UI/UX should be responsive and should provide accurate and reliable feedback to the user MUST NOT swallow or hide errors MUST have robust typesafety and exception and error handling Abstractions and Interfaces and API MUST be well designed and NON LEAKY MODULAR, MAINTAINABLE AND REUSABLE CODE IS ENCOURAGED