Skip to content

Project#1

Open
rashisf wants to merge 4 commits intomasterfrom
dev
Open

Project#1
rashisf wants to merge 4 commits intomasterfrom
dev

Conversation

@rashisf
Copy link
Owner

@rashisf rashisf commented Feb 14, 2020

No description provided.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 6 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

addEmployee(row: HTMLTableRowElement,obj: T): void;
}

export interface CRUD<T>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not CRUD interface

import { Operations } from "./BasicOperations";
import {Employee} from "./EmployeeModel";

export interface FetchData<T>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Think about interfaces as a design not implementation

{
TableCreation.newid+= 1;

let row : HTMLTableRowElement, cell: HTMLTableDataCellElement;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use const wherever possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants