amlsantos / RefactoringToCleanerCode.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET

Refactoring to Cleaner Code by Jay Bazuzi and Llewellyn Falco

You can grab the slides here: https://github.com/LearnWithLlew/RefactoringToCleanerCode.Slides

Remember to print out the homework.

Setting up a machine

If you have a machine with Visual Studio 2019, you can simply clone, open the solution, and run the tests.

If you don't have Visual Studio installed, you can see exactly how we set up a machine from scratch by opening the PowerShell script machine-setup.ps1. Please note that this script calls other scripts via the iwr (Invoke-WebRequest) PowerShell command. You can run this and it will install everything you need on a completely clean machine, or you can pick and choose the pieces you want to install.

About the Course

If you want to sign up for one of our weekend courses, see our EventBrite page.

You can follow us on Twitter at @JayBazuzi and @LlewellynFalco.

Or you can hire us to clean your code.

F.A.Q

Q: The resharper keyboard bindings don't seem to be working, how do I fix that? A: We are using the Visual Studio version of the Keybindings. Here's how to reset them.

About

License:Apache License 2.0


Languages

Language:C# 68.6%Language:PowerShell 29.0%Language:Batchfile 2.3%