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

Switch away from Hungarian notation #756

Open
7 of 47 tasks
oliverklee opened this issue Nov 3, 2024 · 0 comments
Open
7 of 47 tasks

Switch away from Hungarian notation #756

oliverklee opened this issue Nov 3, 2024 · 0 comments
Assignees
Labels

Comments

@oliverklee
Copy link
Contributor

oliverklee commented Nov 3, 2024

  • ├── Comment
  • │   ├── Commentable.php [CLEANUP] Avoid Hungarian notion for the Commentable interface #804
  • │   └── Comment.php [TASK] Avoid Hungarian notation in a class #704
  • ├── CSSList
  • │   ├── AtRuleBlockList.php [CLEANUP] Avoid Hungarian notation in AtRuleBlockList #812
  • │   ├── CSSBlockList.php [TASK] Avoid Hungarian notation in CSSBlockList #817
  • │   ├── CSSList.php
  • │   ├── Document.php
  • │   └── KeyFrame.php
  • ├── OutputFormat.php
  • ├── OutputFormatter.php
  • ├── Parser.php
  • ├── Parsing
  • │   ├── Anchor.php
  • │   ├── OutputException.php
  • │   ├── ParserState.php
  • │   ├── SourceException.php
  • │   ├── UnexpectedEOFException.php
  • │   └── UnexpectedTokenException.php
  • ├── Property
  • │   ├── AtRule.php
  • │   ├── Charset.php
  • │   ├── CSSNamespace.php
  • │   ├── Import.php
  • │   ├── KeyframeSelector.php
  • │   └── Selector.php
  • ├── Renderable.php
  • ├── Rule
  • │   └── Rule.php
  • ├── RuleSet
  • │   ├── AtRuleSet.php
  • │   ├── DeclarationBlock.php
  • │   └── RuleSet.php
  • ├── Settings.php
  • └── Value
  • ├── CalcFunction.php
  • ├── CalcRuleValueList.php
  • ├── Color.php [CLEANUP] Avoid Hungarian notation in Color class #802
  • ├── CSSFunction.php
  • ├── CSSString.php
  • ├── LineName.php
  • ├── PrimitiveValue.php
  • ├── RuleValueList.php
  • ├── Size.php
  • ├── URL.php
  • ├── ValueList.php
  • └── Value.php
@oliverklee oliverklee self-assigned this Nov 3, 2024
oliverklee added a commit that referenced this issue Jan 25, 2025
Also change the implementing classes accordingly.

Part of #756.
oliverklee added a commit that referenced this issue Jan 25, 2025
oliverklee added a commit that referenced this issue Jan 25, 2025
Also adapt the implementing classes accordingly.

Part of #756.
JakeQZ pushed a commit that referenced this issue Jan 25, 2025
Also adapt the implementing classes accordingly.

Part of #756.
JakeQZ pushed a commit that referenced this issue Jan 26, 2025
oliverklee added a commit that referenced this issue Jan 26, 2025
oliverklee added a commit that referenced this issue Jan 26, 2025
JakeQZ pushed a commit that referenced this issue Jan 26, 2025
oliverklee added a commit that referenced this issue Jan 27, 2025
JakeQZ pushed a commit that referenced this issue Jan 27, 2025
oliverklee added a commit that referenced this issue Jan 27, 2025
JakeQZ pushed a commit that referenced this issue Jan 27, 2025
JakeQZ pushed a commit that referenced this issue Jan 27, 2025
oliverklee added a commit that referenced this issue Jan 28, 2025
JakeQZ pushed a commit that referenced this issue Jan 28, 2025
oliverklee added a commit that referenced this issue Jan 29, 2025
oliverklee added a commit that referenced this issue Jan 31, 2025
JakeQZ pushed a commit that referenced this issue Jan 31, 2025
JakeQZ pushed a commit that referenced this issue Jan 31, 2025
oliverklee added a commit that referenced this issue Feb 1, 2025
oliverklee added a commit that referenced this issue Feb 1, 2025
Keep the name of the public property in `Settings` unchanged,
though, as it currently probably is part of the API.

Part of #756.
oliverklee added a commit that referenced this issue Feb 1, 2025
JakeQZ pushed a commit that referenced this issue Feb 1, 2025
JakeQZ pushed a commit that referenced this issue Feb 1, 2025
Keep the name of the public property in `Settings` unchanged,
though, as it currently probably is part of the API.

Part of #756.
oliverklee added a commit that referenced this issue Feb 2, 2025
JakeQZ pushed a commit that referenced this issue Feb 2, 2025
oliverklee added a commit that referenced this issue Feb 2, 2025
oliverklee added a commit that referenced this issue Feb 2, 2025
JakeQZ pushed a commit that referenced this issue Feb 2, 2025
JakeQZ pushed a commit that referenced this issue Feb 2, 2025
oliverklee added a commit that referenced this issue Feb 2, 2025
oliverklee added a commit that referenced this issue Feb 2, 2025
JakeQZ pushed a commit that referenced this issue Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant