xinitrc86 / zthread

Simple Thread implementation for ABAP. Based on JAVA Thread, its Runnable interface with some additional callback capabilities.
MIT License
39 stars 8 forks source link

name clashes, suggest prefixing #1

Open victorizbitskiy opened 3 years ago

victorizbitskiy commented 3 years ago

Hi! If you plan to place this project on dotabap.org, how about prefixing the objects so that there is no collision between repositories? Suggest that you prefix object names, eg. zcl_thrd_thread_pool_executor.clas.abap

xinitrc86 commented 3 years ago

Is it a mandatory thing? I might do it, are you currently experiencing clashes?

victorizbitskiy commented 3 years ago

It is not a mandatory thing, but it is desirable to do so. There are no clashes now, but there may be clashes in the future.

larshp commented 2 months ago

clash here, https://github.com/abapify/assert/issues/6