I'm now realizing that AI could be quite useful for introducing bugs for mutation testing. I'm going to have to try that.
Show HN: Spaghettify – A VSCode Extension to make your code worse with AI
51–60 of 70 posts
Re: Show HN: Spaghettify – A VSCode Extension to make your code worse with AI
#52What (presumably!) was built as a joke will actually help me a lot. For my side-project (devscreen.io) we have to make lots of realistic coding tests and pull requests with bugs in them for candidates to work on as part of a technical interview. It's actually more time consuming than you'd think to intentionally insert bugs into code in a way that isn't super obvious, so thank you!
Re: Show HN: Spaghettify – A VSCode Extension to make your code worse with AI
#53Re: Show HN: Spaghettify – A VSCode Extension to make your code worse with AI
#54What (presumably!) was built as a joke will actually help me a lot. For my side-project (devscreen.io) we have to make lots of realistic coding tests and pull requests with bugs in them for candidates to work on as part of a technical interview. It's actually more time consuming than you'd think to intentionally insert bugs into code in a way that isn't super obvious, so thank you!
I think use cases like this are the right ones for generated code from language models. I'm pretty sure the vast majority of training data is more buggy than not and literally writing the code is only half of what it takes. The other half is comprehension of the problem it solves which is usually missing from documentation at the level of mere snippets.
Are we going to see hires basically trying code generation until it builds?
Re: Show HN: Spaghettify – A VSCode Extension to make your code worse with AI
#55Re: Show HN: Spaghettify – A VSCode Extension to make your code worse with AI
#56Re: Show HN: Spaghettify – A VSCode Extension to make your code worse with AI
#57Re: Show HN: Spaghettify – A VSCode Extension to make your code worse with AI
#58What (presumably!) was built as a joke will actually help me a lot. For my side-project (devscreen.io) we have to make lots of realistic coding tests and pull requests with bugs in them for candidates to work on as part of a technical interview. It's actually more time consuming than you'd think to intentionally insert bugs into code in a way that isn't super obvious, so thank you!
Bugs-as-a-Service (BAAS)
Quote from an Aprils Fools video for The Witcher 3.
Re: Show HN: Spaghettify – A VSCode Extension to make your code worse with AI
#59Re: Show HN: Spaghettify – A VSCode Extension to make your code worse with AI
#60Awesome. Evil ideas for improvements. Random typos in class name, function names, comments, such as: inheritance -> enheritance class -> clas cannot -> cannont Pick related words: person -> user, account, customer Random swapping plural/singular users -> user Append "Class" to classnames. example: User -> UsersClass Insert rant comments about, politics, religion, profanity.
Don't forget homonyms: InActive (not active) inActive (in the Active list)