Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AlexZeitler/457248 to your computer and use it in GitHub Desktop.
Save AlexZeitler/457248 to your computer and use it in GitHub Desktop.
my thoughts on grouping #bdd items using #vscommands - any other ideas?
Bar.cs
+-BarSpecs.cs
Foo.cs
+- FooSpecs.cs
vs.
Bar.cs
BarSpecs.cs (with common Bar related IBehaviorConfigs)
+- when_bar_has_this.cs
+- when_bar_has_that.cs
Foo.cs
FooSpecs.cs (with common Foo related IBehaviorConfigs)
+- when_foo_does_this.cs
+- when_foo_does_that.cs
@AlexZeitler
Copy link
Author

Thanks guys, sounds reasonable to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment