Skip to content
New issue

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

Constructors only need to list parameters #6

Open
SilentSin opened this issue Apr 25, 2019 · 1 comment
Open

Constructors only need to list parameters #6

SilentSin opened this issue Apr 25, 2019 · 1 comment

Comments

@SilentSin
Copy link

image

There's no point in repeating the type name on every line when it's obviously going to be the same for every constructor. I recommend changing the heading to "Parameters" so in that image it would just show AnimancerState, Action<AnimationEvent>. That might even free up enough room to include the parameter names.

The implementation of https://github.com/Wyamio/Wyam/issues/800 might also influence the way this should be handled.

@SilentSin
Copy link
Author

SilentSin commented Apr 26, 2019

On a related note, all properties get a useless Value section that can't possibly contain anything useful:

image

@daveaglick daveaglick transferred this issue from statiqdev/Statiq.Web Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant