C# Object-Oriented Programming Tips and Tricks
Offered By: LinkedIn Learning
Course Description
Overview
Get tips and tricks for refactoring existing C# codebases. Create cleaner, more performant, and readable code with these C# refactoring techniques.
Syllabus
Introduction
- Welcome
- What you should know
- What is refactoring?
- Create a baseline
- Incremental steps
- Remove unused code
- Improve performance
- Use version control
- Refactor in branches
- Tools for refactoring
- Identify problem areas
- Common optimizations
- Inlining code
- Code readability
- Extract methods
- Create clean APIs
- Next steps
Taught by
Jesse Freeman
Related Courses
Programmazione IUniversity of Naples Federico II via edX Основы разработки на C++: жёлтый пояс
Moscow Institute of Physics and Technology via Coursera C++ Programming: Object-Oriented Design
Codio via edX Java: Going Further with Classes and Methods
Codecademy Java: Inheritance and Polymorphism
Codecademy