@odama626@lemmy.world to Programmer Humor@programming.dev • 2 years agomemelemmy.worldimagemessage-square12fedilinkarrow-up1111arrow-down12
arrow-up1109arrow-down1imagememelemmy.world@odama626@lemmy.world to Programmer Humor@programming.dev • 2 years agomessage-square12fedilink
minus-squareJustinFTLlinkfedilink5•edit-22 years ago@odama626 when my brain goes in auto-mode, mine ends up like: `// opens dialog window openDialogWindow(){ // set dialog config const config = new DialogWindowConfig({…}); // open window dialogWindow.Open(config); }`
minus-squareTortoiseWrathlinkfedilink1•edit-22 years agomrw the style guide requires documentation for every function
@odama626 when my brain goes in auto-mode, mine ends up like:
`// opens dialog window
openDialogWindow(){
// set dialog config
const config = new DialogWindowConfig({…});
// open window
dialogWindow.Open(config);
}`
mrw the style guide requires documentation for every function