Optimizing your code with GitHub Copilot for Visual Studio #githubcopilot #visualstudio

preview_player
Показать описание
A new short video where Bruno Capuano shows how to use the
/optimize command to ask GitHub Copilot for Visual Studio to improve a piece of code.
Рекомендации по теме
Комментарии
Автор

Cool use of optimize. One thing I noticed from using the tool is that the preview window was not horizontally scrollable and does not wrap by default. I am not sure if It can warp other wise but previewing was not as useful as intended or I am missing something. But I love where things are going.

ckasesmithjamaica
Автор

Portrait mode is so hard to watch on Desktop. Can you keep wide screen videos for youtube and portrait mode videos for TikTok/YouTube shorts?

microscorpin
Автор

This isn't "optimization": This is called *_Syntactic Sugar_* !!! ...In order to optimize a "Blocking" routine, you have to use a "Nonblocking" routine via *_Functional Programming_* ...Which are often implemented via *_Fluent_* interfaces with *_Lambdas_* (anonymous functions). Essentially, everything is "flipped on its head": Normally, you'd be asking for Objects & then doing "stuff" with them: Instead, you're telling what each Object "to do". In the 1st model, you have to wait to get each object, then perform work. Now, you can spin up a bunch of threads & perform a whole bunch of "work" at the same time !!!

nikolaikalashnikov