Naming of confirm
Choices
commit
There is the term commit (= commit) in database terms. My favorite horse. However, if you use it in a place that is not related to the database, it may be confused with “commit?”
confirm
It looks good, but it also means a strong sense of “confirming.” There is an image of confirming by “listening to the other party”.
fix
From an engineer’s point of view, the meaning of “fine-correcting” seems strong.
establish
Haven’t you built something?
decide
Isn’t it something?
determine
This is the first thing I found on a Google search. Is it Ma?
I tried writing it
// User confirms registration process
$user->commitRegistration()
$user->confirmRegistration()
$user->fixRegistration()
$user->establishRegistration()
$user->decideRegistration()
$user->determineRegistration()
// or rather change below
$user->register()
// Points are fixed by batch script
$batch_script->commitPoint()
$batch_script->confirmPoint()
$batch_script->fixPoint()
$batch_script->establishPoint()
$batch_script->decidePoint()
$batch_script->determinePoint()
I wrote an article, but please tell me rather. .. .. We look forward to your comments.