-
Improving BDD Tests with HTML exports
So now I have the reports to the console – but it will be better if I read them in a text file . So I have tried to add automatically report export into HTML . You will find below the Whole discussion , but AI did not make it . If you follow the…
-
Friday Links 537
(8) System design Some terminal frustrations Australia/Lord_Howe is the weirdest timezone | SSOReady Delegating Complex Tasks | Stay SaaSy What Makes Code Hard To Read: Visual Patterns of Complexity · seeinglogic blog MEM12-C. Consider using a goto chain when leaving a function on error when using and releasing resources – SEI CERT C Coding Standard…
-
RSCG – Finch.Generators
RSCG – Finch.Generators name Finch.Generators nuget https://www.nuget.org/packages/Finch.Generators/ link https://github.com/ivmazurenko/finch author Ivan Mazurenko dapper style generator This is how you can use Finch.Generators . The code that you start with is The code that you will use is The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/Finch.Generators
-
RSCG – RxSourceGenerator
RSCG – RxSourceGenerator name RxSourceGenerator nuget https://www.nuget.org/packages/RxSourceGenerator/ link https://github.com/Zalutskii/Reactive-Extensions-event-generator author Ivan Zalutskii Generates RX Extensions for events This is how you can use RxSourceGenerator . The code that you start with is The code that you will use is The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/RxSourceGenerator
-
{ADCES] Discutii si Networking
Timp de discutii / networking / profesional / neprofesional. Va invitam pe toti Restaurant Vanity https://maps.app.goo.gl/JdEWeykHCHN91Mjs6 https://www.meetup.com/bucharest-a-d-c-e-s-meetup/events/311760879/
-
RSCG – NFH.FileEmbed
RSCG – NFH.FileEmbed name NFH.FileEmbed nuget https://www.nuget.org/packages/NFH.FileEmbed/ link https://github.com/SirCxyrtyx/FileEmbed author Natalie Howes Generating embedded files This is how you can use NFH.FileEmbed . The code that you start with is The code that you will use is The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/NFH.FileEmbed
-
Friday Links 536
10 golden rules for working with Exceptions “You need to be more strategic” — a primer on strategy for software engineers | Writing by Dan Pupius (9) 15 Data Structures that Power Distributed Databases Laurent Kempé – .NET Aspire and Dev Container The Balatro Timeline — LocalThunk His Majesty King Charles III’s Playlist – Playlist…
-
VibeCoding and testing to BDD to understand the output
So the AI has written all tests for the solution. But now the problem was reading all those tests. For example for this code public static class ArrayFilters { // Checks if the argument is included in the comparison array public static bool IsIncludedIn<T>(T arg, T[] comparisonArray) { return comparisonArray != null && comparisonArray.Contains(arg); }…
-
Converting from https://github.com/Oaxoa/fp-filters – generate
History of how I ported https://github.com/Oaxoa/fp-filters to csharp So to port from Javascript to CSharp I followed those steps Clone the original project – easy Open in VSCode – easy Start discussing with GPT4.1 . Easy enough – see Whole discussion Verifying the results. This was the difficult part. So in the time span of…
-
TransCSharpGlot programming
History of how I ported https://github.com/Oaxoa/fp-filters to csharp This is my first attempt to utilize AI to translate from a programming language to another . To be easy, I choose the npm package https://github.com/Oaxoa/fp-filters to be translated to C# nuget package . It could bring some benefits to C# programmer to replace var numbers =…
I am ok , you are ok