اشتراک‌ها
تصورات غلط در مورد دورکاری

Have you ever discussed remote work with someone who has never worked remotely? How did it go? If they were like most people, it probably didn’t go all that well. It can be difficult for people to understand how someone could work from home, be productive, and end up being a normal human being at the end of the day.  

تصورات غلط در مورد دورکاری
اشتراک‌ها
Extension های قابل توجه و جدید در ماه فوریه 2016

To help you enjoy this creativity from the community, every month or two I’ll be introducing some of the new extensions that caught my eye. Here are the highlights for this month:

Extension های قابل توجه و جدید در ماه فوریه 2016
اشتراک‌ها
مصاحبه با خالق ++C

مطالبی که در این ویدئو به آن پرداخته میشود :

What is the keynote about?
How do we write modern C++ code?
Guideline support library and Static analysis
Call to action for the C++ community!
Enhancing productivity by eliminating whole classes of bugs
Extending the C++ core guidelines
What do you expect from these static analysis checkers?
How can I get started?
مصاحبه با خالق ++C
نظرات مطالب
غنی سازی کامپایلر C# 9.0 با افزونه‌ها
یک نکته‌ی تکمیلی: چگونه یک پروژه یا پوشه‌ی خاصی را از ارث‌بری editorconfig. خارج کنیم؟

زمانیکه فایل editorconfig. در ریشه‌ی solution قرار می‌گیرد، تنظیمات آن به کل زیر پوشه‌های موجود نیز اعمال می‌شود. اگر می‌خواهید پوشه یا پروژه‌ی خاصی از حالت ارث‌بری این تنظیمات خارج شود، می‌توان یک سطر زیر را به editorconfig. جدید و خاص آن پوشه اضافه کرد:
# Remove the line below if you want to inherit .editorconfig settings from higher directories
root = true