[RFC]: migrate `utils` packages to `object` (tracking issue)
- Lenguaje dominante
- JavaScript
- Estrellas
- 6k
- Forks
- 1.3k
- Merge medio
- 1 d 3 h
- PR fusionados (30 d)
- 611
Descripción
### Description
This RFC proposes migrating the following list of packages from `utils` namespace to `object`:
- [x] `utils/move-property` => `object/move-property`
- [x] `utils/object-inverse` => `object/inverse`
- [x] `utils/object-inverse-by` => `object/inverse-by`
- [x] `utils/capitalize-keys` => `object/capitalize-keys`
- [x] `utils/uncapitalize-keys` => `object/uncapitalize-keys`
- [x] `utils/lowercase-keys` => `object/lowercase-keys`
- [x] `utils/uppercase-keys` => `object/uppercase-keys`
- [x] `utils/for-in`=> `object/for-in`
- [x] `utils/for-own` => `object/for-own`
- [x] `utils/common-keys` => `object/common-keys`
- [x] `utils/common-keys-in` => `object/common-keys-in`
- [x] `utils/bifurcate-in` => `object/bifurcate-in`
- [x] `utils/bifurcate-own` => `object/bifurcate-own`
- [x] `utils/deep-get` => `object/deep-get`
- [x] `utils/deep-set` => `object/deep-set`
- [ ] `utils/entries` => `object/entries`
- [ ] `utils/entries-in` => `object/entries-in`
- [ ] `utils/from-entries` => `object/from-entries`
- [ ] `utils/get-prototype-of` => `object/get-prototype-of`
- [ ] `utils/group-in` => `object/group-in`
- [ ] `utils/group-own` => `object/group-own`
- [ ] `utils/inherited-keys` => `object/inherited-keys`
- [ ] `utils/map-keys` => `object/map-keys`
- [ ] `utils/nonindex-keys` => `object/nonindex-keys`
- [ ] `utils/values` => `object/values`
- [ ] `utils/values-in` => `object/values-in`
### Related Issues
Related issues #7374 & #7372
### Questions
No.
### Other
No.
### Checklist
- [x] I have read and understood the [Code of Conduct](https://github.com/stdlib-js/stdlib/blob/develop/CODE_OF_CONDUCT.md).
- [x] Searched for existing issues and pull requests.
- [x] The issue name begins with `RFC:`.
Guía de contribución
Línea de trabajo
Start with the unchecked `utils` to `object` mappings in the issue, then review the completed migrations for the naming pattern. Check related issues #7374 and #7372 before choosing a package. Done means the remaining unchecked packages have been migrated and the tracking list can be marked complete.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- javascript
- Área
- tooling
- Tipo de issue
- Refactorización
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100