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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,11 @@ Example: Input: `32048.27` Outpud: `тридесет и две хиляди и
15
15
## AI Story
16
16
This project is my first attempt to build something with GitHub Copilot, with as little intervention as possible.
17
17
GitHub Copilot just couldn't understand my requirements thoroughly enough and it never gave something that satisfies all requirements together.
18
-
I made many attempts to improve functions with detailed prompts, but cade was always unsatisfactory. I did my best to not give up on it, however my patience was over at one point.
18
+
I made many attempts to improve functions with detailed prompts, but code was always unsatisfactory. I did my best to not give up on it, however my patience was over at one point.
19
19
20
-
Generating InlineData for the tests failed into an infinite loop (and the token limit kicked in). Nothing generated as code passed all the tests no matter how I structured prompts. Prompting it to fix the code so tests pass never got me anywhere
20
+
Generating InlineData for the tests failed into an infinite loop (and the token limits kicked in). Nothing generated as code passed all the tests no matter how I structured prompts. Prompting it to fix the code so tests pass never got the necessary results.
21
21
22
-
I eventually had to correct the code myself. The end result is an abomination, but it works.
22
+
I eventually had to correct the code myself. The end result is an abomination, but it works. I still feel that I would have spent less time writing it from scratch.
23
23
24
24
## Installation
25
25
You can install the OneBitSoftware.Slovom assembly through the NuGet package [NuGet](https://www.nuget.org/packages/OneBitSoftware.Slovom):
Copy file name to clipboardExpand all lines: src/OneBitSoftware.Slovom/readme.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,11 @@ Example: Input: `32048.27` Outpud: `тридесет и две хиляди и
15
15
## AI Story
16
16
This project is my first attempt to build something with GitHub Copilot, with as little intervention as possible.
17
17
GitHub Copilot just couldn't understand my requirements thoroughly enough and it never gave something that satisfies all requirements together.
18
-
I made many attempts to improve functions with detailed prompts, but cade was always unsatisfactory. I did my best to not give up on it, however my patience was over at one point.
18
+
I made many attempts to improve functions with detailed prompts, but code was always unsatisfactory. I did my best to not give up on it, however my patience was over at one point.
19
19
20
-
Generating InlineData for the tests failed into an infinite loop (and the token limit kicked in). Nothing generated as code passed all the tests no matter how I structured prompts. Prompting it to fix the code so tests pass never got me anywhere
20
+
Generating InlineData for the tests failed into an infinite loop (and the token limits kicked in). Nothing generated as code passed all the tests no matter how I structured prompts. Prompting it to fix the code so tests pass never got the necessary results.
21
21
22
-
I eventually had to correct the code myself. The end result is an abomination, but it works.
22
+
I eventually had to correct the code myself. The end result is an abomination, but it works. I still feel that I would have spent less time writing it from scratch.
23
23
24
24
## Installation
25
25
You can install the OneBitSoftware.Slovom assembly through the NuGet package [NuGet](https://www.nuget.org/packages/OneBitSoftware.Slovom):
0 commit comments