how to answer HLD and LLD

烈酒焚心 提交于 2019-12-04 18:53:00

HLD: High Level Design consist of sub-system design to define. It target architect, Technical leads etc. - Solution Technical Overview - interfaces - primary classes - Database entities with - Assumptions

LLD: Lower level design consist of individual module/section design for the sub-system. It primarily extension of HLD. It targets core developers & covers following items: - All classes entities & interfaces - DB Model (Tables, column attributes, indexes, constraints) - Algorithms for methods used in classes - Logging implementation

I hope it helps!!

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!