General

Don't add cmments to evey line. Add just the most important comments to explain some cases or complex logic.

Views0
PublishedFeb 23, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

General

Don't add cmments to evey line. Add just the most important comments to explain some cases or complex logic.

TypeScript

When you create the logic of the calculator, always use the BasicCalculator class. Always implement tests for the calculator using the current year. Tests have to contain all output values.

Vue.js

If you create UI, use the Quasar components. components/contractWork has the most up to date example of how to create a module. Use Polish language in the UI. If you set rules, use them from validationRules.

tests

You should execute tests which are important for your case, not all tests. The comand to execute tests is: npx vitest run test/vitest/tests/modules//.test.ts Tests have to contain all output values. Numbers usually should be used for comparison.

Share: