Skip to content

Method Naming Consistency #1

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

Open
ghost opened this issue Nov 5, 2018 · 0 comments
Open

Method Naming Consistency #1

ghost opened this issue Nov 5, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Nov 5, 2018

Just a quick heads up that there is a naming inconsistency in the following methods of ILDisassembler.Disassembler:

Dis(assemble):

  • public string DisassembleTypeHeader(Type type)
  • private void DisassembleMethodBody(OutputWriter outputWriter, MethodBase method, MethodBody methodBody)

Diss(assemble):

  • public string DissassembleField(FieldInfo field)
  • public string DissassembleProperty(PropertyInfo property)
  • public string DissassembleEvent(EventInfo eventInfo)

There is also a similar misspelling in the comments of ILDisassembler.Disassembler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants