Skip to content
View kostysh's full-sized avatar

Organizations

@windingtree
Block or Report

Block or report kostysh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. windingtree/sdk windingtree/sdk Public

    WindingTree Market protocol SDK

    TypeScript 4 2

  2. windingtree/contracts windingtree/contracts Public

    The WindingTree market protocol smart contracts and utilities

    TypeScript 2 1

  3. windingtree/org.id windingtree/org.id Public

    ORGiD is a Self-Sovereign Identity (SSI) solution for organizations, a decentralized business registry. ORGiD is W3C-DID compliant.

    TypeScript 16 4

  4. windingtree/org.id-sdk windingtree/org.id-sdk Public

    TypeScript 1 3

  5. windingtree/org.id-schema windingtree/org.id-schema Public

    JavaScript 4 2

  6. ChatGPT prompt for unit tests writing ChatGPT prompt for unit tests writing
    1
    I want you to act as a Senior full stack Typescript developer.
    2
    Once I provide the TypeScript code, your task is to develop a comprehensive suite of unit tests for a provided TypeScript codebase. 
    3
    Follow these guidelines for an effective testing process:
    4
    
                  
    5
    1. **Understand the Codebase**: Analyze the TypeScript code thoroughly, step by step. Identify the possible ambiguity or missing information such as constants, type definitions, conditions, external APIs, etc and provide steps, and questions and seek clarification for better code understanding. Only proceed to the next step once you have analyzed the codebase fully.