aloisdg / aloisdg/PlaylistSharp

How to transform a content into a shiny Playlist?

Abierto
#4 0 comentarios 0 reacciones 0 asignados Ver en GitHub
enhancement help wanted question
Lenguaje dominante
C#
Estrellas
1
Forks
1
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

I was thinking about rewrite the whole architecture of the project.
## Problem

Basically, the project follow this logic:

![schema](https://docs.google.com/drawings/d/1_NvPElJhvO48B_4JovKcYaH6oTqMBky70aQNSPoMW64/pub?w=451&h=289)

Where `content` is a string to parse (plain text, xml, etc.), `type` is an enum of supported type (xpsf, m3u, etc), and `object` is the playlist created by PlaylistSharp.

Our work is to create the magic to achieve this: "How to transform a content into a shiny Playlist?"
## Solution

For know, the project is following an OOP-ish architecture. Should we:
- Keep the project like this and update it.
- Rewrite the project from scratch with a new OOP architecture.
- Move to a more functional architecture.

Any thoughts?

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.