Skip to content

[FEATURE]: Some examples should be Refactored to use UDF #78

@mlipok

Description

@mlipok

What feature would you like, or what problem are you facing?

Some examples still are written without using functions from the UDF:

  • 007-HTTP_StatusCodeTracking.au3
  • 009-Auditor.au3
  • 011-TwinWebView.au3
  • 012-GetCookies.au3
  • 014-pdfJS-Static_PDF_Viewer.au3
  • 016-CSV_Editor.au3

for example they use:

  • ObjCreate() instead the UDF function
  • many Object.Properties that are not suplemented in the UDF as separate functions but they should be suplemented
  • standard ConsoleWrite() instead a wrapped example which at least for me using standard ConsoleWrite() make harder to find what is going one in the examples when I do not see the ScriptLineNumber reference in the Console log.

What's your proposed solution?

those examples should be reviewed and refactored

Screenshots

none

Do you want to work on this issue/improvement?

Yes

Any additional context?

none

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or requestgood first issueGood for newcomershelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions