Novorodenec

testing

DE
Daniel EbstLekár
2. apríla 20261 min čítania
Vhodné pre: 01 mesiacov
  1. 🔲 Reward system for experts

Coding Conventions

  • Use descriptive variable/function names in English
  • UI text/labels in Slovak (will add i18n later)
  • Use async/await over .then() chains
  • Error handling: always use try/catch in Server Actions, return structured { success, error, data } objects
  • File naming: kebab-case for files, PascalCase for components
  • Always commit after completing a working feature

Commands

  • npm run dev — start dev server
  • npm run build — production build
  • npm run lint — run ESLint
  • Framework: Next.js 15+ with App Router, TypeScript, React 19