[HOME] [github] [twitter] [blog] [fml4] [fml8] [北海道] Powered by NetBSD and [nuinui.net] .

A Few Topics On Design And Coding Style

Warning

See also FNF on style.

A Few Cautions

Apply quotemeta() for search key.

Use access method for object not handle directly within objects. Example: To access to main.cf object, not use

$curproc->{ ... }->{ main_cf }
instead use
$curproc->main_cf();
style.

It is better not to use @EXPORT and @EXPORT_OK.

How depth of classes is allowed ? two such as String::is_japanese_string() ? At least 3, I think.

[HOME] [github] [twitter] [blog] [fml4] [fml8] [北海道] Powered by NetBSD and [nuinui.net] .
Copyright (C) 1993-2022 Ken'ichi Fukamachi mail:< fukachan at fml.org >