Skip to main content

Posts

Showing posts from March, 2018

Improve data management and quality with SAP Master Data Governance(SAP MDG)

SAP Master Data Governance( SAP MDG ) is a repository-oriented data governance tool designed to support an enterprise's master data quality and data policy management needs. Organizations can identify and manage key data assets using customized metadata and glossary terms, establish data policies and rules, define data ownership, and easily trace their data's lineage. SAP Master Data Governance( SAP MDG ) offers a single platform for all enterprise data governance needs. The platform provides a centralized, interactive repository for managing an organization's data assets and associated terminology and data governance policies and rules. It also provides features for roles-based workflow management and data stewardship. When combined, these features help enterprises better manage their data assets, making accessing and maintaining their assets simple and intuitive for both business and IT users. How does the software support data governance tasks? At the heart of SA...

30 best practices for software development and testing

Joining any new company—with an established culture and programming practices—can be a daunting experience. When I joined the Ansible team, I decided to write up the software engineering practices and principles I’ve learned over the years and to which I strive to work. This is a non-definitive, non-exhaustive list of principles that should be applied with wisdom and flexibility. My passion is for testing, as I believe that good testing practices can both ensure a minimum quality standard (sadly lacking in many software products), and can guide and shape development itself. Many of these principles relate to testing practices and ideals. Some of these principles are Python-specific, but most are not. (For Python developers, PEP 8 should be your first stop for programming style and guidelines.) Programming and development New Python content Our latest JavaScript articles Recent Perl posts Red Hat Developers Blog In general, we programmers are an opinionated lot, and strong ...