Reproducible Developer Environments in C++ - Michael Price - CppCon 2022

preview_player
Показать описание
---

Reproducible Developer Environments in C++ - Michael Price - CppCon 2022

Getting a developer environment properly configured for your projects can be time-consuming and error-prone. Too often, the requirements are not clearly defined, are simply outdated, or make assumptions about the existing environment. Getting it slightly wrong can result in failures that are difficult to diagnose and could take days or weeks to discover. Working with multiple projects that have potentially conflicting requirements can make multi-tasking a chore. From getting the wrong version of GCC installed to requiring a specific version of an operating system, there are so many things that can stop a developer in their tracks.

This talk will describe the criteria we can use to determine the effectiveness of a solution to these problems, apply those to historical techniques, and will present a deeper look at two modern solutions, GitHub Codespaces and Microsoft Dev Box.
---

Michael Price

Michael Price (he/him) is an experienced software engineer, currently working as a Product Manager with the Microsoft C++ team. His experience working at major software companies for over 15 years informs his thinking about how to enable C++ developers around the world to achieve more. His current focus is on enhancing C++ tooling to take advantage of the PaaS (platform-as-a-service) and IaaS (infrastructure-as-a-service) offerings from organizations like GitHub and Microsoft Azure.

In his spare time, Michael enjoys playing recreational soccer and spending time with his wife, two sons, and several household pets. He particularly likes playing board/card games and video games with his children.
---

#cppcon #programming #cpp
Рекомендации по теме
Комментарии
Автор

Nice concept of easy dev environment setup, but solutions are still virtualized or containerized… so presumably difficult to develop/debug when peripheral hardware (e.g. PCIe, USB) needs to be accessible? Any way to have similar ease of setup and configuration but on a local machine?

natekemp
Автор

nix can solve some of the problems quite well

hellwolfliberty
Автор

It's ironic he show cases X-Window remote display capability. It's solid 40 year-old technology that people from the eighties wouldn't have problems with. So, what's new here?

retropaganda
Автор

One of the nice topics i like to listen too, but has no relevance for us as a smaller software studio at all.

llothar
Автор

I did not get lot of value from this talk

wbyjswk