-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
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.Propertiesthat 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed