|
|
|
|
|
by onel
829 days ago
|
|
This can happen when you are working with new codebases or APIs.
For example, recently I tried to build this small gnome extension [0] but I had 0 experience with the API.
So I tried chat gpt. Even though the structure of the code in the file was ok, it called some APIs that did not exist, it created a new var `this._menu` for the dropdown that was not needed (this.menu already exists) and in the end I still had to go through gnome extensions docs to figure out how to do it right. Overall I don't regret using it but the experience wasn't magical, as I guess we all want it. [0]: https://github.com/onel/keyboard-cat-defense |
|