vzam
vzam
Yes I didn’t think of that but your solution seems fine to me. That’s better than specifying the attribute for each method if you would otherwise throw errors on invalid...
Also if you would return an object for even the first step, it would allow to use the options pattern easier: ```csharp void DoSomething(Action builder) { IStudentBuilder studentBuilder = StudentBuilder.Create;...
Sure, I can explain how it benefits myself. In my work, I am often interrupted by bugs, PR reviews and things that pop up with a higher priority and before...
I will work something out and follow up with it, I need to familiarize myself better with the feature in git itself.
@jensenr30 I think it makes most sense to first implement the basic functionality of switching worktrees and improve from there, so here are my thoughts: ## 1. Listing and Selecting...
I apologise if this is the expected behaviour. In my use case, I have a layout with two columns showing a bunch of text and I don't really care if...