Skip to content

Consider renaming rclJavaInit() #87

Open
@DongheeYe

Description

@DongheeYe

Hi,

When I use the RCLJava Interfaces, I have a doubt about rclJavaInit API.

There are several APIs with simple verb name.

public static boolean isInitialized()
public static boolean ok()
public static void spin(final Node node)
public static void shutdown()

However, initialization API name is something different.

public static void rclJavaInit()

rclJavaInit() is used with shutdown() in pair.
In my short thought, init() is more natural. :)
Is there any reason to use specific name like rclJavaInit()?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions