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
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,22 +34,22 @@ Using the Cursor rules is straightforward: simply `drag and drop` the cursor rul
34
34
| Cursor Rule | Description | Prompt | Notes |
35
35
|-------------|-------------|--------|-------|
36
36
|[121-java-object-oriented-design](.cursor/rules/121-java-object-oriented-design.mdc)| Cursor rule to review the Object Oriented Design of your development |**Prompt:**`Review my code for object-oriented design using the cursor rule @121-java-object-oriented-design`**Note:** Add in the context a package to improve the design | It is an interesting prompt to see what alternatives offer the model for your package |
37
-
|[122-java-type-design](.cursor/rules/122-java-type-design.mdc)| Cursor rule to review Type Design |**Prompt:**`Help me improve my type design using the cursor rule @122-java-type-design`**Note:** Add in the context a package to improve the design | It is an interesting prompt to see what alternatives offer the model for your package |
37
+
|[122-java-type-design](.cursor/rules/122-java-type-design.mdc)| Cursor rule to review the Type Design of your development|**Prompt:**`Help me improve my type design using the cursor rule @122-java-type-design`**Note:** Add in the context a package to improve the design | It is an interesting prompt to see what alternatives offer the model for your package |
38
38
39
39
### Coding rules
40
40
41
41
| Cursor Rule | Description | Prompt | Notes |
42
42
|-------------|-------------|--------|-------|
43
-
|[123-java-general-guidelines](.cursor/rules/123-java-general-guidelines.mdc)| General Java Guidelines |`Review my code for general Java best practices using the cursor rule @123-java-general-guidelines`||
44
-
|[124-java-secure-coding](.cursor/rules/124-java-secure-coding.mdc)| Secure Java Coding |`Check my code for security issues using the cursor rule @124-java-secure-coding`||
45
-
|[125-java-concurrency](.cursor/rules/125-java-concurrency.mdc)| Concurrency |`Review my code for concurrency best practices using the cursor rule @125-java-concurrency`||
46
-
|[126-java-logging](.cursor/rules/126-java-logging.mdc)| Logging Guidelines |`Help me improve logging using the cursor rule @126-java-logging`||
43
+
|[123-java-general-guidelines](.cursor/rules/123-java-general-guidelines.mdc)| General Java Guidelines |**Prompt:**`Review my code for general Java best practices using the cursor rule @123-java-general-guidelines`**Note:** Add a package in the context | Non conversational cursor rule|
44
+
|[124-java-secure-coding](.cursor/rules/124-java-secure-coding.mdc)| Secure Java Coding |**Prompt:**`Check my code for security issues using the cursor rule @124-java-secure-coding`**Note:** Add a package in the context | Non conversational cursor rule|
45
+
|[125-java-concurrency](.cursor/rules/125-java-concurrency.mdc)| Concurrency |**Prompt:**`Review my code for concurrency best practices using the cursor rule @125-java-concurrency`**Note:** Add a class or package which consider that it could need some kind of Concurrency improvement. | Non conversational cursor rule|
46
+
|[126-java-logging](.cursor/rules/126-java-logging.mdc)| Logging Guidelines |**Prompt:**`Help me improve logging using the cursor rule @126-java-logging`**Note:** Add a class or package which consider that it could need some kind of Logging improvement. | Non conversational cursor rule|
47
47
48
48
### Testing rules
49
49
50
50
| Cursor Rule | Description | Prompt | Notes |
51
51
|-------------|-------------|--------|-------|
52
-
|[131-java-unit-testing](.cursor/rules/131-java-unit-testing.mdc)| Unit Testing |`Can improve the unit tests using the cursor rule @131-java-unit-testing`| Add in the context a Test Class or the package|
52
+
|[131-java-unit-testing](.cursor/rules/131-java-unit-testing.mdc)| Unit Testing |**Prompt:**`Can improve the unit tests using the cursor rule @131-java-unit-testing`**Note:** Add a package in the context | Non conversational cursor rule|
0 commit comments