New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 841581 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

[Findit] GetCLInfo should be made a DTO instead of dict

Project Member Reported by lijeffrey@chromium.org, May 9 2018

Issue description

git.py GetCLInfo returns a 2-layer dict. A DTO would be better
 

Comment 1 by st...@chromium.org, May 9 2018

it is not necessarily that everything has to be DTO, but a plain object could a good choice if we don't have to persist in db or transfer the object over the wire.

Sign in to add a comment