Azure / Azure/usql

IProcessor - does it really need to be an abstract class?

Open
#14 0 comments 0 reactions 0 assignees View on GitHub
Discussion
Dominant language
C#
Stars
231
Forks
666
PR merge metrics
No merged PRs in 30d

Description

Do this really need to be a class - why not just single-method interfaces. Or even better, could it not just be a single function signature e.g. `(IRow * IUpdateableRow) -> IRow)` - this would be more lightweight for implementers that they don't need to create a separate class for every single UDO that they want to create.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.