We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在我负责管理的代码中,引用了很多小彭老师大典中的优雅代码
编译器不支持 C++20,看着讲解我手动实现了一个 span,做了强类型封装
goto 和 new 也换成了智能指针,移动语义明确所有权
还有好多助手函数的设计,函数式编程等
降低出错的可能,代码的开发难度也就那样,因为自己淋过雨,所以尽可能让代码容易维护
在我司今年或明年的产品中,就有小彭老师的代码啦!!!
催更!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在我负责管理的代码中,引用了很多小彭老师大典中的优雅代码
编译器不支持 C++20,看着讲解我手动实现了一个 span,做了强类型封装
goto 和 new 也换成了智能指针,移动语义明确所有权
还有好多助手函数的设计,函数式编程等
降低出错的可能,代码的开发难度也就那样,因为自己淋过雨,所以尽可能让代码容易维护
在我司今年或明年的产品中,就有小彭老师的代码啦!!!
催更!
The text was updated successfully, but these errors were encountered: