I hereby claim:
- I am shishir on github.
- I am shishir (https://keybase.io/shishir) on keybase.
- I have a public key whose fingerprint is CCFD 16A2 86A6 F608 CD29 3922 CC08 D9B0 8C06 F9D0
To claim this, I am signing this object:
Math.random().toString(36).slice(2) |
I hereby claim:
To claim this, I am signing this object:
<button class="btn">Designer</button> |
# Reference: https://dataedo.com/kb/tools/mysql-workbench/how-to-export-data-dictionary | |
from wb import * | |
import grt | |
from mforms import Utilities, FileChooser | |
import mforms | |
import csv | |
ModuleInfo = DefineModule(name="DBReport", author="Shishir Das", version="1.0", description="Database schema dump in csv") |
Code is clean if it can be understood easily – by everyone on the team. Clean code can be read and enhanced by a developer other than its original author. With understandability comes readability, changeability, extensibility and maintainability.