yorlang icon indicating copy to clipboard operation
yorlang copied to clipboard

Naming Review (Suggestion)

Open solamichealolawale opened this issue 6 years ago • 2 comments

Hi Anu, nice project you have here, I'm glad you did this and I am happy for your innovative ideas.

Below are some of the things I want to suggest as regards the naming, especially the condition block name.

e.g.

ṣé should be used for do() while should be used for if(), tàbí tí for elseif() and else for tabí;

e.g

jẹ́kí orúkọ = "tunde";
jẹ́kí orúkọ = "sunmi";

tí ( orúkọ == "dammy" ){
    sọpé "oruko okunrin ni";
} tàbí tí ( orúkọ == "sunmi" ) {
    sọpé "oruko okunrin ni";
} tàbí {
    sọpé "oruko okunrin ati oruko obinrin ni";
}


Thanks in advance

solamichealolawale avatar Dec 05 '18 22:12 solamichealolawale

I support @solamichealolawale suggestion ti for if tabi ti for elseif tabi for else

@anoniscoding Keep up the good work.

akinsete avatar Dec 05 '18 22:12 akinsete

Thank , I’ll add this to backlog

anoniscoding avatar Dec 05 '18 22:12 anoniscoding