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
print("Opps messed up the json format, let me try again")
97
+
retry_count=retry_count-1
98
+
99
+
ifretry_count==0:
100
+
print("Sorry I was not able to create the folder structure in json correct format, check my instructions and try to refine it sothat i can understan the task better")
print("Opps messed up the json format, let me try again")
114
+
retry_count=retry_count-1
115
+
ifretry_count==0:
116
+
print("Sorry I was not able to create the file list in correct format, check my instructions and try to refine it sothat i can understan the task better")
your current task is to design the folder and and files structure for this project
37
37
you should follow the below format to answer this question
38
38
39
-
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
39
+
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,dont forget to mention framewark related configuration files. Discuss project architecture so junior developer can understand very easily
40
40
41
41
As your response will go to an automated parser, things to keep in mind all the time:
42
42
* follow the exact format provided above without fail
43
-
* 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..
44
-
* do not write the contents of the files that will be done by the next devepoler
43
+
* be detailed so junior developer can understand very easily
0 commit comments