Danp2 / au3WebDriver

Web Driver UDF for AutoIt
MIT License
107 stars 21 forks source link

__Make2Array rename __WD_Make2Array #499

Closed mlipok closed 11 months ago

mlipok commented 11 months ago

Pull request

Proposed changes

Even internall function in UDF should have UDF prefix to make them more unique to not colide with any possible user private function, or other UDF

Checklist

Types of changes

What is the current behavior?

__Make2Array() is to common

What is the new behavior?

__WD_Make2Array() name is corelated to this UDF

Additional context

SciTE calltips shows the function name and you at first glance know where it belongs

System under test

not related