Skip to content

Commit 115c174

Browse files
Readme fixes
1 parent 6acdf39 commit 115c174

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Example: Input: `32048.27` Outpud: `тридесет и две хиляди и
1515
## AI Story
1616
This project is my first attempt to build something with GitHub Copilot, with as little intervention as possible.
1717
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.
1919

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.
2121

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.
2323

2424
## Installation
2525
You can install the OneBitSoftware.Slovom assembly through the NuGet package [NuGet](https://www.nuget.org/packages/OneBitSoftware.Slovom):

src/OneBitSoftware.Slovom/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Example: Input: `32048.27` Outpud: `тридесет и две хиляди и
1515
## AI Story
1616
This project is my first attempt to build something with GitHub Copilot, with as little intervention as possible.
1717
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.
1919

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.
2121

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.
2323

2424
## Installation
2525
You can install the OneBitSoftware.Slovom assembly through the NuGet package [NuGet](https://www.nuget.org/packages/OneBitSoftware.Slovom):

0 commit comments

Comments
 (0)