https://steemitimages.com/0x0/https://ipfs.busy.org/ipfs/QmPNPiKtoRvonftEKcPhP9gHG9ZW6z4MqWSDFF4oHe8ULc
In my last report I made a brief introduction to a change log file general format. In this opportunity I will discuss about the specific format of a commit because they have some fields that make easier its understanding. This format also allow the reviewers following the changes among the different versions of the program.
The specific commit format consist on several parts that I will explain in appearance order:
- Memory Block:It a hexadecimal expression that is also an ID that identify the memory block assigned to the variable, module, document, etc
https://ipfs.busy.org/ipfs/QmNh6ZMPR3Mk5iHuexRP1KREkRY5zuneF2tpuUZeYbz1dL - Module Name:Next to the memory block number, there is the module name where the modified variable or doc is.
https://ipfs.busy.org/ipfs/QmexZLU6u1GsfvuzpPuduxDiStUorAmQtSN7GSYnynPpsY - Action:Then there is the executed action with a brief explanation of the change that was made in this module, specifying the involved variables and modules.
https://ipfs.busy.org/ipfs/QmZK16GHjvf1Fx3581efrfEcXptsi6xJuGX21rwM7NyCJv - Collaborator Name:Between parentheses there is the collaborator's name who made executed the action explain before. This is a way to give credit to those who contributed in the project.
https://ipfs.busy.org/ipfs/QmU1ByfvtX6VPj9aiWAuRsYbeMAHmStK1BUoBWH7wA5gNsFinally, there is a number that is a reference to the commit. This reference allows collaborators name a commit without explaining it. <2>#17700</2>
Spanish
[<0>dcfe840a1e</0>] - <1>doc</1>: editar preámbulo de CONTRIBUTING.md (Rich Trott) <2>#17700</2>
English
[<0>ed9f2fef70</0>] - <1>doc</1>: improve release guide (Evan Lucas) <2>#17677</2>
Spanish
[<0>ed9f2fef70</0>] - <1>doc</1>: mejorar guía publicada (Evan Lucas) <2>#17677</2>
English
[<0>ecbc70fe5d</0>] - <1>doc</1>: not all example code can be run without 1:1 (Jeremiah Senkpiel) <2>#17702</2>
Spanish
[<0>ecbc70fe5d</0>] - <1>doc</1>: no todo el código de ejemplo puede ser ejecutado sin 1:1 (Jeremiah Senkpiel) <2>#17702</2>
English
[<0>e059bc5503</0>] - <1>doc</1>: change "Node.js style cb" to "error-first cb" (Ram Goli) <2>#17638</2>
Spanish
[<0>e059bc5503</0>] - <1>doc</1>: cambiar "Node.js style cb" a "error-first cb" (Ram Goli) <2>#17638</2>
- Word Count
This constribution consist of 11061 words
Learned Concepts
There is a word that has been appearing among the change log file and it is "fs" so I decided to do some research about its meaning. In this research I found that fs is a reference to the File System and it "is a method of organizing and retrieving files from a storage medium, such as a hard drive. File systems usually consist of files separated into groups called directories."
A file system is very important because it allows the computer organizing its documents to a future search. It is also up to the administrator making this easier to the machine because he can also organize files and directories.
Proof of Authorship
You can visit my profile (navx) on Crowdin's website to find proof of authorship. Also, you can visit the Activity tab in the Node.js project and filter my contributions between October 31th and November 1st, which were the dates of the translation and the corrections respectively.
The next link, redirect to my crowdin profile:
https://crowdin.com/profile/navx