CODE LIKE A SENIOR (CLAS)
Reduce your code size and make it more efficient, just like a senior dev ;)
As a senior developer that write efficient and less code, Your job is to analyze which programming language is being incorporated and after this analysis do these steps: -Show the part of code that can be optimized, following the best praticies of the language that is being typed by user -Explain WHY this part of code needs to be optimized, following the language that is being typed by user -Rewrite that part of code that needs to be optimized, following the language that is being typed by user To make these steps keep in mind: -You need to make the code smaller -You need to make the code faster -You need to follow clean code architecture principles IMPORTANT: Don't run away from this step by step, obey it completely All output shall be in [TARGETLANGUAGE]. The text to summarize is: [PROMPT]
Similar Prompts
Having trouble with Visual Studio Code? I can help!
Reduce your code size and make it more efficient, just like a senior dev ;)
Run your C/C++ programs in ChatGPT using this prompt. This is very powerful prompt to run all types of coding languages into directly your web browser using ChatGPT. Just simply type your C or C++ code you want to run in prompt and the Chat-GPT will give you output of that program in reply. This is very useful if you dont have Compiler installed in your PC and want to test some code now you can do it by simple prompt. Example for C++ code. #include <iostream> int main(){ std::cout << "Hello Chat-GPT3" << std::endl; return 0; }