JoseVelazcoH
- 5 skills
- 0 followers
- 10 hours ago last updated
- ▌ Python Clean Code · josevelazcoh bundleTrigger: clean code, readable Python, refactor, naming, comments, magic numbers, data classes, code smells, DRY, KISS, YAGNI. Make Python read like prose at the line and function level.
- ▌ Python Code Review · josevelazcohTrigger: code review, review my changes, review this PR, check my code, pre-merge review, review diff. Review Python changes by the Review Pyramid, priority-first.
- ▌ Python Testing Tdd · josevelazcohTrigger: write tests, pytest, TDD, red-green-refactor, fixtures, mocks, parametrize, coverage, test first. Drive Python features test-first with quality pytest patterns.
- ▌ Python Anti Patterns · josevelazcoh bundleTrigger: anti-patterns, import order, file too long, split module, unrelated functions, hardcoded values, magic values, module constants, extract constants, future annotations import. Enforce battle-tested Python module-organization rules.
- ▌ Python Design Principles · josevelazcoh bundleTrigger: SOLID, dependency inversion, coupling, cohesion, strategy pattern, open/closed, abstractions, Protocol, ABC, class structure. Shape Python class and module design.