VBA is horrid and incredibly outdated. I’ve written c# code that ran identical calculations on data being run through excel at literally over a million times the speed.
VBA is horrid and incredibly outdated. I’ve written c# code that ran identical calculations on data being run through excel at literally over a million times the speed.
Assuming we are not developing for Apple devices, it’s C# all the way for me. I haven’t touched another language that I would choose over it. The language is clear and functionally complete and all I suspect I will ever need for desktop application development.
Sidenote: I am fond of using JS for web dev, though the looseness of the syntax and the whole ‘objects are just arrays’ things make it hard to recommend for beginners
Confusing syntax to replace confusing syntax, library dependencies that let you do nothing you couldn’t do without them. Generic solutions are always the best for specific problems, right?