• Adding Code Coverage

    Before  adding functional functions to address Linq  Where extension , I do aim to have 100 % code coverage – in order to know that all functions well . So tried to add code coverage with AI  . You will find below the Whole discussion . It works enough well , with 2 problems: Repeating…

  • Minimizing code with global usings

    I am fond of having all the usings declarations in a global.cs file by using global ( as opposed to have one by each file ) So I want that AI to remove redundant using statements from test and filter files and introduced global using directives in new global.cs files for both FpFilters and FpFilters.Tests…

  • 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); }…

I am ok , you are ok