New: refactorAll contenthive-129948hive-196917krhive-150122steemhive-180932zzanhive-166405hive-183959photographyhive-185836hive-188619hive-144064hive-183397hive-101145uncommonlabhive-145157hive-103599hive-184714hive-180106hive-193637hive-150943hive-138689hive-179660bitcoinTrendingNewHotLikersjustyy (83)in crypto • 5 months agoOne simple advice for all exchangesMaking the MEMO field non-numeric is an excellent way to reduce the likelihood of accidental swaps with the amount field. Here's a general refactor strategy: Validation Rules for MEMO Restrict…sonu687 (25)in witnesses • 2 years agoSystem Design of Steem Blockchain Bots Hindi & EnglishSteem is a blockchain-based social media platform that allows users to create and curate content, as well as earn rewards for their contributions. Bots are automated programs that interact with the…justyy (83)in hive-102132 • 2 years agosteemCreated with Sketch.The System Design of Steem Blockchain (ChatGPT DApps) BotsYesterday, the ChatGPT has been integrated to Steem Blockchain, but the initial design has problems and so other bot commands e.g. !bing, !price, !info and !thumbup. The applications are written in…etainclub (79)in hive-192037 • 3 years ago[AVLE Refactoring] New Voting DialogI refactored the voting dialog. The AVLE dapp is made in Flutter (with Dart lang). Previously, I used the StatefulBuilder in the dialog to update the state of voting like this: late…cryptoquick (25)in javascript • 8 years agoLet's Refactor Some JS: Blockstack Todos ExampleSo, I was checking out Blockstack's Todo list example , and one code snippet stuck out to me that it could be dramatically improved in readability if rewritten with modern JS. Before:…