frederikja163 / frederikja163/Master

Remove datacolumn.create from public interface

Open
#54 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
2
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Currently we use `new Table([DataColumn.Create(data), ...], columnsnames[], tablename)`

Instead try to do `new Table([data, ...], string[] columnsnames, tablename)`

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate the Table and DataColumn definitions and the current DataColumn.Create usage. Trace the Table constructor and its callers to determine how raw data should be accepted instead. Done means callers can use the proposed new Table([data, ...], string[] columnsnames, tablename) form without exposing DataColumn.Create.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
data
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.