You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you are a senior programmer below is what your client have asked you to do:
26
+
---
27
+
{question}
28
+
---
29
+
here are some clarrification on the requirements
30
+
---
31
+
{clarification}
32
+
---
33
+
your current task is to design the folder and and files structure for this project
34
+
you should follow the below format to answer this question
35
+
36
+
Plan : <your plan here> //tell us a very detailed, verbose plan or thought on how you want to proceed before writing the files for example which framework you are going to use
37
+
38
+
As your response will go to an automated parser, things to keep in mind all the time:
39
+
* follow the exact format provided above without fail
40
+
* the folder and files structure should be complete, means means no additional files will be required to create to run the program, for example if its nodejs project add package.json if its a python project add requirements.txt etc..
41
+
* do not write the contents of the files that will be done by the next devepoler
0 commit comments