Files
freeCodeCamp/guide/chinese/agile/minimum-marketable-features/index.md
2018-10-16 21:32:40 +05:30

25 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Minimum Marketable Features
localeTitle: 最低市场特征
---
## 最低市场特征
最小可销售特征MMF是一种独立的功能可以快速开发并为用户提供重要价值。
**需要注意的是:**最小可销售特征与最小可行产品MVP不同。它们是不同的概念。但是两者对于支持开发人员应该努力实现最小功能以实现任何给定结果的想法至关重要。
将MMF分解为其核心组件
**最小** - 绝对最小的功能集。这对于快速将任何特定功能推向市场至关重要
**适销对路** - 向最终用户或组织销售该功能具有重要价值
**功能** - 最终用户获得的值。它给了我什么?品牌认知度?更多收入?帮助削减成本?它能给我带来竞争优势吗?
[这种快速风格指南有助于确保您的拉取请求被接受](https://github.com/freecodecamp/guides/blob/master/README.md) 。
#### 更多信息:
### 来源
1. [https://www.agilealliance.org/glossary/mmf/访问时间2017年10月25日](https://www.agilealliance.org/glossary/mmf/) 2. [https://www.prokarma.com/blog/2015/10/23/minimum-marketable-features-agile-essential访问时间2017年10月25日](https://www.prokarma.com/blog/2015/10/23/minimum-marketable-features-agile-essential)