You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A name of loop function are too long to read and the name should be edited into shorter and more readable name.
Problem
The function name of makeKeyPathReturnSrc at line 36 ./src/index.js and makeKeyPathReturnSrc function at line 92 in ./src/utils.js are too long to read.
Objective
The function name makeKeyPathReturnSrc should have shorter and more readable name.
What is a role of the function
makeKeyPathReturnSrc adds all values of a target json object into one string variable srcStr. Specifically the function loops the array tagPathStrings and gather all values up into the string variable by the loop function.
What is a role of the function for the repository
This repo changes .json files into translated .json files by helping Google translate API(If you want to how the repository works then go to README.md. To translate the .json file, all the values of the json object are added up into one string srcStr by The function makeKeyPathReturnSrc.
This issue was for getting help from GitHub community, so most of variable names from contributors are accepted first. But for any contributor who want to help with assistant, some examples might be used below.
addUpSource
stackStrings
gatherAllValue
addValue
The text was updated successfully, but these errors were encountered:
Briefing
A name of loop function are too long to read and the name should be edited into shorter and more readable name.
Problem
The function name of
makeKeyPathReturnSrc
at line 36./src/index.js
andmakeKeyPathReturnSrc
function at line 92 in./src/utils.js
are too long to read.Objective
The function name
makeKeyPathReturnSrc
should have shorter and more readable name.What is a role of the function
makeKeyPathReturnSrc
adds all values of a target json object into one string variablesrcStr
. Specifically the function loops the arraytagPathStrings
and gather all values up into the string variable by the loop function.What is a role of the function for the repository
This repo changes
.json
files into translated.json
files by helping Google translate API(If you want to how the repository works then go to README.md. To translate the.json
file, all the values of the json object are added up into one stringsrcStr
by The functionmakeKeyPathReturnSrc
.To do
srt-var
branch.makeKeyPathReturnSrc
at line 36./src/index.js
.makeKeyPathReturnSrc
function at line 92 in./src/utils.js
../exe.sh local_obj.json
at./
.srt-var
branch.Examples
This issue was for getting help from GitHub community, so most of variable names from contributors are accepted first. But for any contributor who want to help with assistant, some examples might be used below.
The text was updated successfully, but these errors were encountered: