পাইথন ও জাভাস্ক্রিপ্ট কোড ফিক্স করার প্রম্পট
কোড ডিবাগিং, রিফ্যাক্টরিং এবং নতুন ফিচার তৈরির জন্য ডেভেলপারদের প্রম্পট।
10 টি প্রম্পট
Debug Python Code
Debug this Python code. Error message: [paste error]. Code: [paste code]. Explain: 1) What's causing the error, 2) Step-by-step fix, 3) How to prevent this in the future, 4) Provide the corrected code with comments explaining changes.
💡 পাইথন কোড ডিবাগ করতে।
JavaScript Refactoring
Refactor this JavaScript code to follow best practices: [paste code]. Improve: variable naming, function structure, error handling, ES6+ features usage, and performance. Explain each change made and why it's an improvement.
💡 জাভাস্ক্রিপ্ট কোড রিফ্যাক্টর করতে।
API Documentation Writer
Write comprehensive API documentation for this endpoint: [describe endpoint or paste code]. Include: endpoint URL and method, request parameters/body with types, authentication requirements, response format with examples (success and error), rate limits, and code examples in JavaScript and Python.
💡 API ডকুমেন্টেশন লিখতে।
Unit Test Generator
Write unit tests for this [Python/JavaScript] function: [paste function]. Use [pytest/Jest/Mocha] framework. Include: test cases for normal inputs, edge cases, error conditions, and mock dependencies if needed. Aim for high code coverage.
💡 ইউনিট টেস্ট লিখতে।
Code Review Helper
Review this code as a senior developer: [paste code]. Provide feedback on: code quality and readability, potential bugs or issues, security concerns, performance optimizations, and adherence to [language/framework] best practices. Be constructive.
💡 কোড রিভিউ করতে।
Performance Optimizer
Optimize this code for better performance: [paste code]. Current issue: [describe issue if known]. Analyze: time complexity, memory usage, database query efficiency (if applicable). Provide optimized version with benchmarks comparison.
💡 কোড পারফরম্যান্স অপটিমাইজ করতে।
Error Message Explainer
Explain this error message in simple terms: [paste error message]. I'm working with [language/framework]. Tell me: what this error means, common causes, how to fix it step-by-step, and how to debug similar errors in the future.
💡 এরর মেসেজ বুঝতে।
Clean Code Converter
Convert this messy/quick code into clean, production-ready code following SOLID principles: [paste code]. Add: proper error handling, type hints/JSDoc comments, logging, and modular structure. Explain the architectural decisions.
💡 ক্লিন কোড লিখতে।
Database Query Helper
Write an optimized [SQL/MongoDB] query for: [describe what you need]. Database schema: [describe tables/collections]. The query should be: efficient, properly indexed (suggest indexes), handle edge cases, and include explanation of the query logic.
💡 ডাটাবেস কোয়েরি লিখতে।
Git Commit Message Writer
Write clear, conventional commit messages for these changes: [describe changes]. Follow the format: type(scope): subject. Include: feat, fix, docs, style, refactor, test, chore as appropriate. Write both short (50 char) and extended descriptions.
💡 গিট কমিট মেসেজ লিখতে।
🔍 ডাইনামিক লাইব্রেরিতে এক্সপ্লোর করুন
সার্চ, ফিল্টার এবং সর্ট করে আরও প্রম্পট খুঁজুন আমাদের সম্পূর্ণ লাইব্রেরি থেকে।