Added 51 🤯 new programs to affiliatecompanies.net
Working on a free calculator to add to the site, which can be used to calculate potential earnings per action for any affiliate program.
Added 51 🤯 new programs to affiliatecompanies.net
Working on a free calculator to add to the site, which can be used to calculate potential earnings per action for any affiliate program.
@dimi Copilot is a code generator tool that provides high-quality generated code that makes it easier for developers to create applications faster and with fewer headaches. #CodeGenerators #GitHub #DevelopmentTools
@dimi Copilot is a code generator tool that provides high-quality generated code, making it easier for developers to create apps faster. It's revolutionised development by taking the busywork out of development, freeing up time for more critical tasks. #CodeGenerators #GitHub #Development
Сегодня снова решил попробовать поконтрибьютить в open source: https://github.com/patrickklaeren/AutoRegisterInject/pull/3
Проект реализует автоматическую генерацию метода регистрации классов в DI контейнере за счет атрибутов. Сначала сам хотел такое написать, но когда увидел, что подобное уже есть, то решил попробовать помочь по мере сил.
#dotnet #opensource #codegenerators
https://it-irokez.ru/small-posts/294/
#dotnet #SourceGenerator
@nixCraft Yeah, I lived through the #CASE (Computer Aided Software Engineering) craze of the 80s and 90. Supposedly, according to my software engineering prof, we'd never have to write a line of code ever again. But the code that the generators spit out from the fancy #UML diagrams was incomprehensible and unmaintainable. Often buggy, too. #AI #CodeGenerators will be just a rehash of that.
@Tedspence @mos_8502
If I understand #CodeGenerators correctly (good chance I don’t), this is similar to what we called #Macros in #C-LISP. Those would be parameterized codes of arbitrary complexity that would substitute new code for the inline macro at either compile time or (less often) at run time. It was a useful way of optimizing the application of patterns depending on the operating environment. Also made code easier to read.