CN110750252A - Software development control method, software development equipment and storage medium - Google Patents

Software development control method, software development equipment and storage medium Download PDF

Info

Publication number
CN110750252A
CN110750252A CN201910940816.5A CN201910940816A CN110750252A CN 110750252 A CN110750252 A CN 110750252A CN 201910940816 A CN201910940816 A CN 201910940816A CN 110750252 A CN110750252 A CN 110750252A
Authority
CN
China
Prior art keywords
software development
functional modules
development platform
branch
development
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201910940816.5A
Other languages
Chinese (zh)
Other versions
CN110750252B (en
Inventor
代华
计明
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
SHANGHAI ZIJIN INFORMATION TECHNOLOGY Co Ltd
Original Assignee
SHANGHAI ZIJIN INFORMATION TECHNOLOGY Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by SHANGHAI ZIJIN INFORMATION TECHNOLOGY Co Ltd filed Critical SHANGHAI ZIJIN INFORMATION TECHNOLOGY Co Ltd
Priority to CN201910940816.5A priority Critical patent/CN110750252B/en
Publication of CN110750252A publication Critical patent/CN110750252A/en
Application granted granted Critical
Publication of CN110750252B publication Critical patent/CN110750252B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Stored Programmes (AREA)

Abstract

The invention relates to a software development control method, software development equipment and a storage medium, wherein the method comprises the following steps: operating a software development platform; the software development platform creates a main branch and a development branch and correspondingly distributes authority; the software development platform receives operation instructions of a plurality of developers, calls development templates and code fragments, receives codes input by the developers and generates a plurality of functional modules; and the software development platform receives the operation instruction of the project principal and combines the plurality of functional modules to generate an executable file. Based on the method, developers can call the preset development template and code fragments, the use of custom codes is reduced, the influence caused by writing styles of the developers is further reduced, the number of the codes needing to be modified is reduced, and the software development efficiency is improved.

Description

Software development control method, software development equipment and storage medium
Technical Field
The present invention relates to the field of software development technologies, and in particular, to a software development control method, a software development device, and a storage medium.
Background
Software development is the process of building a software development device or software parts in a software development device according to user requirements. Software development is a software development equipment project that includes requirements capture, requirements analysis, design, implementation, and testing. Software is typically implemented in a programming language. Development is typically possible using software development tools. The software is divided into software development device software and application software, and includes not only programs that can be run on a computer, but also files related to these programs are generally considered as a part of the software. The general process of the software design idea and method includes the algorithm and method for designing the function and implementation of the software, the overall structural design and module design of the software, programming and debugging, program joint debugging and testing, and writing and submitting the program.
Software design can be divided into two stages, summary design and detailed design. In practice, the main task of software design is to break down the software into modules, which are data and program specifications that can implement a certain function, and program elements that can execute a program. Can be a function, a procedure, a subroutine, a segment of separate program and data with a program specification, or a functional unit that can be combined, divided, and interchanged. And (5) modeling, and then performing modeling design. The outline design is a structural design, and the main aim of the outline design is to provide a module structure of software, which is represented by a software structural diagram. The primary task of detailed design is to design the program flow, algorithm and data structure of the module, and the secondary task is to design the database, and the common method is also the structured program design method.
Software code refers to the conversion of a software design into a computer acceptable program, written as a "source program manifest" in some programming language. The software development language, the characteristics and the programming style of the tool are fully known, the selection of the development tool is facilitated, and the development quality of the software product is ensured.
The software coding work is usually completed by a plurality of developers independently according to the modules, and because the code writing styles of the developers are different, the correctness of the developed software cannot be guaranteed, the software can be released formally only by modifying a large number of codes, and the efficiency is low.
Therefore, the prior art has yet to be improved.
Disclosure of Invention
Therefore, it is necessary to provide a software development control method, a software development device, and a storage medium for solving the above technical problems, and an object of the present invention is to improve the problem in the prior art that the accuracy of software after development is not guaranteed due to different code writing specifications and styles of developers, and the software can be released formally only by modifying a large amount of codes.
The technical scheme of the invention is as follows:
a software development control method, comprising:
operating a software development platform, wherein a development template and a code fragment are arranged in the software development platform;
the software development platform receives a user operation instruction, creates a main branch and a development branch in advance, and configures operation authority for each created branch;
the software development platform receives operation instructions respectively sent by a plurality of developers under corresponding development branches, calls development templates and code segments corresponding to the development branch operation authority, receives codes input by the developers, and generates a plurality of functional modules;
and the software development platform receives an operation instruction sent by a project principal branch, displays a plurality of functional modules, and combines the functional modules to generate an executable file.
In a further preferred scheme, a plug-in for a uniform indentation symbol and a bracket line-feed mode is built in the software development platform;
the software development platform receives operation instructions respectively sent by a plurality of developers under corresponding development branches, calls development templates and code segments corresponding to the development branch operation authorities, receives codes input by the developers, and generates a plurality of functional modules, wherein the steps further comprise:
the software development platform receives the custom code input by the developer, and calls the plug-in according to the operation instruction of the developer to unify the indentation character and/or the bracket line feed mode of the custom code.
In a further preferred scheme, the software development platform is pre-configured with a coding specification;
the software development platform receives operation instructions respectively sent by a plurality of developers under corresponding development branches, calls development templates and code segments corresponding to the development branch operation authorities, receives codes input by the developers, and generates a plurality of functional modules, wherein the steps further comprise:
and the software development platform receives the custom code input by the developer, calls the coding specification according to the operating instruction of the developer to judge whether the custom code meets the specification, and provides a modification suggestion if the custom code does not meet the specification.
In a further preferred aspect, the coding specification comprises: the method comprises the following steps of annotating a function, defining a statement mode of a variable, synchronously processing a callback function and/or declaring a return value.
In a further preferred embodiment, the software development platform receiving a user operation instruction, creating a main branch and a development branch in advance, and configuring operation permissions for the created branches respectively further includes: the software development platform creates a functional branch according to the user operation instruction;
after the steps of receiving operation instructions respectively sent by a plurality of developers under corresponding development branches, calling development templates and code fragments corresponding to the development branch operation authorities, receiving codes input by the developers, and generating a plurality of functional modules, the software development platform receives the operation instructions sent by a project principal, displays a plurality of functional modules, and combines the functional modules, and the step of generating an executable file further comprises the following steps: the software development platform receives operation instructions respectively sent by a plurality of testers under corresponding functional branches, and verifies the correctness of the functional modules;
the software development platform receives an operation instruction sent by a project principal under a main branch, displays a plurality of functional modules, and combines the functional modules to generate an executable file, and the steps of the software development platform specifically comprise: and the software development platform receives an operation instruction sent by a project principal under the main branch, displays a plurality of functional modules and a verification result corresponding to each functional module, and combines the functional modules to generate an executable file.
In a further preferred embodiment, the step of verifying the correctness of the plurality of functional modules includes: and the software development platform generates a unit test report.
In a further preferred embodiment, the step of the software development platform receiving an operation instruction sent by a project principal under a main branch, displaying the plurality of functional modules and the verification result corresponding to each functional module, and merging the plurality of functional modules to generate an executable file further includes: and the software development platform displays the unit test report for the project responsible person to view and/or download.
In a further preferred embodiment, the step of the software development platform receiving an operation instruction sent by a project principal under a main branch, displaying a plurality of the functional modules and a verification result corresponding to each functional module, and merging the plurality of the functional modules to generate an executable file further includes:
and the software development platform receives an operation instruction sent by a project principal branch to carry out comprehensive test on the executable file.
A software development device comprises a memory and a processor, wherein the memory stores an executable file of a software development platform, and the executable file is used for realizing the software development control method when being executed by the processor.
A storage medium having a computer program stored thereon, wherein the computer program, when executed by a processor, implements the steps of a software development control method as claimed in any one of the preceding claims.
Compared with the prior art, the software development control method provided by the invention comprises the following steps: operating a software development platform; the software development platform creates a main branch and a development branch and correspondingly distributes authority; the software development platform receives operation instructions of a plurality of developers, calls development templates and code fragments, receives codes input by the developers and generates a plurality of functional modules; and the software development platform receives the operation instruction of the project principal and combines the plurality of functional modules to generate an executable file. Based on the method, developers can call the preset development template and code fragments, the use of custom codes is reduced, the influence caused by writing styles of the developers is further reduced, the number of the codes needing to be modified is reduced, and the software development efficiency is improved.
Drawings
Fig. 1 is a flowchart of a software development control method in a preferred embodiment of the present invention.
Fig. 2 is a functional block diagram of a software development device in a preferred embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Whether the writing styles of the codes of the developers are uniform or not is one of important factors of the correctness of the executable file, and the writing styles of the developers mainly influence the self-defined codes, namely the coordination among the self-defined codes is one of the fundamental factors for determining the correctness of the executable file. If the final test cannot be passed, a large amount of custom codes need to be modified by developers, so that the time is greatly wasted; if the number of the user-defined codes can be reduced, the time for modifying the user-defined codes can be reduced, and the software development efficiency can be further improved.
Based on the above thought, the present invention provides a software development control method, as shown in fig. 1, the software development control method includes the steps of:
s100, operating a software development platform, wherein a development template and a code segment are arranged in the software development platform.
Preferably, a graphical development interface is displayed during the operation of the software development platform, a virtual button for calling the development template and the code fragment is arranged on the graphical development interface (the development template and/or the code fragment can be quickly called by a developer through dragging and pulling and the like), or the development template and the code fragment can be called by the developer through outputting a specific instruction.
S200, the software development platform receives the user operation instruction, creates a main branch and a development branch in advance, and configures operation permission for each created branch.
In the field of software development, there are many branches, which can be classified into: desktop development, network development (C/S, B/S, etc.), mobile development, embedded development, and the like; dividing according to a platform: windows development, linux development, mac development, ios development, android development, cross-platform development and the like; dividing according to language: high level language development (. NET series- -VB, VC + +, C #, etc., Java, C + +, etc.), scripting language development (Javascript, ASP, JSP, PHP, Python, Perl, Ruby, etc.), database development (SQL, etc.), markup language development (XML/Schema/XPath/XSLT, etc.), web page and style language development (HTML/CSS, etc.), description language development (NDDL, PDDL, etc.), Intelligent logic judgment (Prolog, etc.), Industrial control (PLC, Assemble, etc.).
In the serial development process, different versions (revisions) of the same configuration item form a version chain in sequence, and the concept of branching does not exist generally; however, in the case of parallel development, it is likely that the same configuration item needs to be changed concurrently, and by recording the concurrent processes for the same configuration item, different branches of the configuration item are formed. Meanwhile, the branches are also the basis for realizing the mutual isolation among the developers, and the mutual interference among the developers can be reduced through the isolation; the adoption of the branch is also beneficial to realizing the rolling development of the project, and the parallelism of the development process is improved by allowing the processes of analysis, design, development, integration, test, release and the like to be partially overlapped.
The main branch corresponds to a project principal and the development branch corresponds to a developer; the main branch is also called as a release branch, and is mainly used for storing released service codes, the branch is set as a protection branch, and only administrator authority personnel can operate the protection branch to ensure the safety of the codes. The development branch is created on the main branch and is consistent with the main branch, so that developers can be ensured to develop business on the latest basic version, version disorder is prevented, and the operation authority of the branch is configured to project managers and developers. Namely, the preferred project principal and development branches are authorized to operate, and the developer only operates the development branches.
S300, the software development platform receives operation instructions respectively sent by a plurality of developers under corresponding development branches, calls development templates and code segments corresponding to the development branch operation authorities, receives codes input by the developers, and generates a plurality of functional modules.
The specific operation instruction can be a development template and/or a code fragment, and the software development platform responds to the operation instruction, calls and displays the development template and/or the code fragment. In specific implementation, under the condition that a proper development template exists, a developer can choose to call the development template first and then input codes in the development template, and when a code segment which can be called exists, the developer calls the code segment and then inputs the codes until the development of the functional module is completed.
And S400, receiving an operation instruction sent by a project principal under the main branch by the software development platform, displaying a plurality of functional modules, and combining the functional modules to generate an executable file.
Preferably, developers can submit the merged application after the development is completed, project managers can check the developed functional modules in the main branch for verification after receiving the merged application, and the qualified functional modules are merged to the main branch after the verification is passed until the development and merging of all the functional modules are completed, so that an executable file is generated. That is, the combination of the functional modules may refer to combining the functional modules into the main branch one by one, and it is not particularly necessary to combine all the functional modules together after all the functional modules are developed.
Based on the software development control method provided by the invention, developers can call preset development templates and code segments, so that the use of custom codes is reduced, the influence brought by the writing style of the developers is further reduced, the number of codes needing to be modified is reduced, and the software development efficiency is improved.
As a preferred embodiment of the invention, the software development platform is internally provided with a plug-in for a uniform indentation character and a bracket line feed mode. Adapted thereto, the S300 further includes: the software development platform receives the custom code input by the developer, and calls the plug-in according to the operation instruction of the developer to unify the indentation character and/or the bracket line feed mode of the custom code.
That is, in a further embodiment, the present invention not only reduces the use of custom code, but also beautifies the custom code to a certain extent. The developer can send out an operation instruction at any time after inputting the custom code, and the code is quickly formatted through the preset plug-in, so that the style of the code is kept consistent with that of other template codes, and the number of the codes needing to be modified is further reduced.
According to another aspect of the invention, the software development platform is preconfigured with a coding specification; adapted thereto, the S300 further includes: and the software development platform receives the custom code input by the developer, calls the coding specification according to the operating instruction of the developer to judge whether the custom code meets the specification, and provides a modification suggestion if the custom code does not meet the specification.
Preferably, the coding specification comprises: the method comprises the following steps of annotating a function, defining a statement mode of a variable, synchronously processing a callback function and/or declaring a return value. It is to be understood that the present invention does not need to be limited to the specific content of the coding specification, and those skilled in the art can adaptively select and adjust the coding specification according to the difference of the developed software. For example, the rule base of the coding specification of the present invention can support at least the following configurations (one or more of which can be arbitrarily selected by those skilled in the art, or can be arbitrarily extended based thereon): indentation rules, line feed rules, variable and function naming rules, keyword use rules, annotation specifications, prohibited encoding modes and syntax checking, and the like, the configuration examples are as follows:
"radix":2,// parseInt must specify a second parameter
"id-match":0,// name detection
0, the/generator function must have yield
"semi" [2 "," always "],/statement mandatory semicolon ending
"sem1-spacing": 0, { "before": false, "after": true } ]/preceding and following spaces
"sort-vars":0,/variable declaration time ordering
"space-after-keywords" [0 "," always "],/whether the keyword is followed by a blank
Space-before-blocks 0, always, blocks not starting with a new row { no empty lattice is required before
"space-before-function-part" [0 "," always "]/function definition without a space in front of the brackets
Space-in-places 0, new, and no space inside the small brackets
Space-infix-ops 0,// affix operator has no solid space
Space-return-throw-case 2,// return-throw case without space following
0, the/annotation style requires no space or other
"strict":2,// use strict mode
2 "use-Isnan":2,/comparison inhibited Using NN, only ISNaN ()
"valid-asdoc":0,// jsdoc rule
"valid-typeof":2,// values of typeof must be used that are legal
"vars-On-top": 2,/var must be placed On top of the scope
"wrap-iife" [2, "inside" ]// bracketed style of the immediate execution function expression
In actual development, the configuration rules may be different according to different software to be developed, and this invention cannot be listed one by one, and is not described herein again.
According to another aspect of the present invention, the S200 further includes: the software development platform creates a functional branch according to the user operation instruction, the functional branch corresponds to a tester, preferably, the functional branch is created by a developer on the development branch, and developers of different services can create different functional branches in a targeted manner.
Adapted to the step of creating a functional branch is: after S300, before S400, the method further includes: and the software development platform receives operation instructions respectively sent by a plurality of testers under the corresponding functional branches and verifies the correctness of the functional modules. Meanwhile, the S400 specifically is: and the software development platform receives an operation instruction sent by a project principal under the main branch, displays a plurality of functional modules and a verification result corresponding to each functional module, and combines the functional modules to generate an executable file.
Through the verification result, the project responsible person can visually check the operation effect of the corresponding function module so as to judge whether the function module achieves the planned purpose and/or achieves the expected effect, and when the project responsible person considers that a certain function module does not meet the requirement, the project responsible person can timely return to enable a developer to modify the function module.
Further, the step of the software development platform receiving the operation instructions respectively sent by the multiple testers under the corresponding functional branches and verifying the correctness of the multiple functional modules further includes: and the software development platform generates a unit test report. The unit test report can be checked by testers, developers and/or project managers, and if the developers consider that the report content does not meet expectations, the developers can actively require the modification of the functional module and then test the functional module again; the project responsible person can judge whether the functional module needs to be returned and modified more accurately and rapidly according to the unit test report, and correspondingly: the S400 further includes the software development platform displaying the unit test report for viewing and/or downloading by the project principal.
And the optimized project responsible person also judges whether the functional module meets the requirements according to a code comparison report automatically generated during testing so as to further reduce the workload of auditing and improve the software development efficiency.
Preferably, after S400, the method further includes: and the software development platform receives an operation instruction sent by a project principal branch to carry out comprehensive test on the executable file.
It can be seen that the invention provides a graphical development interface, integrates the functions of automatic code completion and code inspection, and ensures that the code format reaches the specified specification so as to ensure the uniformity of the code style; the isolation of main branch-multi-function branch is performed on the source code management. After the development is completed, different branches are combined continuously, and a formal version is released after the branches are combined to a main branch, so that a plurality of functions can be developed simultaneously; and meanwhile, the code comparison report and the unit test report which are automatically generated facilitate the examination and combination request of the auditors. The whole development process is safer and more controllable, and the quality and the development efficiency of the service codes are greatly improved. The invention optimizes the source code development, source code version branching and merging operation, automatically generates the related version report, avoids the workload and inaccuracy caused by manual operation, unifies the code specification, and facilitates the simultaneous development of different service requirements.
In summary, the invention improves the code development efficiency through software, uses version branch control to distinguish different stages of development, test and release, distinguishes target tasks of each stage, allocates the authority of different personnel to conveniently check the merging request, ensures the accuracy of formal version, manages the version source code safely, and facilitates version management and rollback.
As shown in FIG. 2, the present invention also provides a software development apparatus comprising a memory 10, and one or more programs, wherein the one or more programs are stored in the memory 10, and configured to be executed by the one or more processors 20 comprises a program for executing the software development control method as described above.
The present invention also provides a storage medium having a computer program stored thereon, wherein the computer program, when executed by a processor, implements the steps of the software development control method as described above.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, storage, databases, or other media used in embodiments provided herein may include non-volatile and/or volatile memory. Non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), synchronous Link (SyNchlinNk) DRAM (SLDRAM), Rambus (Rambus) direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present invention, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the inventive concept, which falls within the scope of the present invention. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A software development control method, comprising:
operating a software development platform, wherein a development template and a code fragment are arranged in the software development platform;
the software development platform receives a user operation instruction, creates a main branch and a development branch in advance, and configures operation authority for each created branch;
the software development platform receives operation instructions respectively sent by a plurality of developers under corresponding development branches, calls development templates and code segments corresponding to the development branch operation authority, receives codes input by the developers, and generates a plurality of functional modules;
and the software development platform receives an operation instruction sent by a project principal branch, displays a plurality of functional modules, and combines the functional modules to generate an executable file.
2. The software development control method according to claim 1, wherein a plug-in for a uniform indentation and parenthesis line-feed is built in the software development platform;
the software development platform receives operation instructions respectively sent by a plurality of developers under corresponding development branches, calls development templates and code segments corresponding to the development branch operation authorities, receives codes input by the developers, and generates a plurality of functional modules, wherein the steps further comprise:
the software development platform receives the custom code input by the developer, and calls the plug-in according to the operation instruction of the developer to unify the indentation character and/or the bracket line feed mode of the custom code.
3. The software development control method according to claim 1, wherein the software development platform is pre-configured with a coding specification;
the software development platform receives operation instructions respectively sent by a plurality of developers under corresponding development branches, calls development templates and code segments corresponding to the development branch operation authorities, receives codes input by the developers, and generates a plurality of functional modules, wherein the steps further comprise:
and the software development platform receives the custom code input by the developer, calls the coding specification according to the operating instruction of the developer to judge whether the custom code meets the specification, and provides a modification suggestion if the custom code does not meet the specification.
4. The software development control method of claim 3, wherein the code specification comprises: the method comprises the following steps of annotating a function, defining a statement mode of a variable, synchronously processing a callback function and/or declaring a return value.
5. The software development control method according to claim 1, wherein the software development platform receives a user operation instruction, creates a main branch and a development branch in advance, and configures operation permissions for the created branches respectively further comprises: the software development platform creates a functional branch according to the user operation instruction;
after the steps of receiving operation instructions respectively sent by a plurality of developers under corresponding development branches, calling development templates and code fragments corresponding to the development branch operation authorities, receiving codes input by the developers, and generating a plurality of functional modules, the software development platform receives the operation instructions sent by a project principal, displays a plurality of functional modules, and combines the functional modules, and the step of generating an executable file further comprises the following steps: the software development platform receives operation instructions respectively sent by a plurality of testers under corresponding functional branches, and verifies the correctness of the functional modules;
the software development platform receives an operation instruction sent by a project principal under a main branch, displays a plurality of functional modules, and combines the functional modules to generate an executable file, and the steps of the software development platform specifically comprise: and the software development platform receives an operation instruction sent by a project principal under the main branch, displays a plurality of functional modules and a verification result corresponding to each functional module, and combines the functional modules to generate an executable file.
6. The software development control method according to claim 5, wherein the software development platform receives operation instructions respectively issued by a plurality of testers under corresponding functional branches, and the step of verifying the correctness of the plurality of functional modules further comprises: and the software development platform generates a unit test report.
7. The software development control method according to claim 6, wherein the step of the software development platform receiving an operation instruction issued by a project administrator under a main branch, displaying the plurality of functional modules and the verification result corresponding to each functional module, and merging the plurality of functional modules to generate an executable file further comprises: and the software development platform displays the unit test report for the project responsible person to view and/or download.
8. The software development control method according to claim 7, wherein the step of the software development platform receiving an operation instruction issued by a project administrator under a main branch, displaying the plurality of functional modules and the verification result corresponding to each functional module, and merging the plurality of functional modules to generate an executable file further includes:
and the software development platform receives an operation instruction sent by a project principal branch to carry out comprehensive test on the executable file.
9. A software development device, comprising a memory and a processor, wherein the memory stores an executable file of a software development platform, and the executable file is used for implementing the software development control method according to any one of claims 1 to 8 when being executed by the processor.
10. A storage medium on which a computer program is stored, characterized in that the computer program, when executed by a processor, implements the steps of the software development control method according to any one of claims 1 to 8.
CN201910940816.5A 2019-09-30 2019-09-30 Software development control method, software development equipment and storage medium Active CN110750252B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910940816.5A CN110750252B (en) 2019-09-30 2019-09-30 Software development control method, software development equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910940816.5A CN110750252B (en) 2019-09-30 2019-09-30 Software development control method, software development equipment and storage medium

Publications (2)

Publication Number Publication Date
CN110750252A true CN110750252A (en) 2020-02-04
CN110750252B CN110750252B (en) 2023-04-07

Family

ID=69277596

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910940816.5A Active CN110750252B (en) 2019-09-30 2019-09-30 Software development control method, software development equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110750252B (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111831554A (en) * 2020-06-09 2020-10-27 时时同云科技(成都)有限责任公司 Code checking method and device
CN112230889A (en) * 2020-10-16 2021-01-15 湖南皖湘科技有限公司 Method for making software development coding specification
CN112558963A (en) * 2020-12-16 2021-03-26 中国人寿保险股份有限公司 Software development method and device
CN112732260A (en) * 2021-01-18 2021-04-30 中国民航信息网络股份有限公司 Method and device for generating business interface, readable medium and equipment
CN112817849A (en) * 2021-01-28 2021-05-18 北京达佳互联信息技术有限公司 Test data processing method, device, equipment and storage medium
CN113435177A (en) * 2021-07-14 2021-09-24 上海浦东发展银行股份有限公司 Target code file package comparison method, device, equipment, medium and system
CN112817849B (en) * 2021-01-28 2024-06-04 北京达佳互联信息技术有限公司 Test data processing method, device, equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104090776A (en) * 2014-07-24 2014-10-08 北京全路通信信号研究设计院有限公司 Software development method and system
CN106095446A (en) * 2016-06-14 2016-11-09 深圳市彬讯科技有限公司 Software source code on-line detecting system and detection method thereof
CN107943452A (en) * 2017-11-20 2018-04-20 中国运载火箭技术研究院 A kind of architecture Design platform of multi-user collaborative exploitation
CN108182058A (en) * 2017-12-27 2018-06-19 北京星河星云信息技术有限公司 A kind of software development methodology and cloud development platform based on cloud platform

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104090776A (en) * 2014-07-24 2014-10-08 北京全路通信信号研究设计院有限公司 Software development method and system
CN106095446A (en) * 2016-06-14 2016-11-09 深圳市彬讯科技有限公司 Software source code on-line detecting system and detection method thereof
CN107943452A (en) * 2017-11-20 2018-04-20 中国运载火箭技术研究院 A kind of architecture Design platform of multi-user collaborative exploitation
CN108182058A (en) * 2017-12-27 2018-06-19 北京星河星云信息技术有限公司 A kind of software development methodology and cloud development platform based on cloud platform

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111831554A (en) * 2020-06-09 2020-10-27 时时同云科技(成都)有限责任公司 Code checking method and device
CN111831554B (en) * 2020-06-09 2023-07-04 时时同云科技(成都)有限责任公司 Code checking method and device
CN112230889A (en) * 2020-10-16 2021-01-15 湖南皖湘科技有限公司 Method for making software development coding specification
CN112558963A (en) * 2020-12-16 2021-03-26 中国人寿保险股份有限公司 Software development method and device
CN112732260A (en) * 2021-01-18 2021-04-30 中国民航信息网络股份有限公司 Method and device for generating business interface, readable medium and equipment
WO2022151865A1 (en) * 2021-01-18 2022-07-21 中国民航信息网络股份有限公司 Service interface generation method and apparatus, and readable medium and device
CN112817849A (en) * 2021-01-28 2021-05-18 北京达佳互联信息技术有限公司 Test data processing method, device, equipment and storage medium
CN112817849B (en) * 2021-01-28 2024-06-04 北京达佳互联信息技术有限公司 Test data processing method, device, equipment and storage medium
CN113435177A (en) * 2021-07-14 2021-09-24 上海浦东发展银行股份有限公司 Target code file package comparison method, device, equipment, medium and system

Also Published As

Publication number Publication date
CN110750252B (en) 2023-04-07

Similar Documents

Publication Publication Date Title
CN110750252B (en) Software development control method, software development equipment and storage medium
Davidson et al. PHOTOS interface in C++: technical and physics documentation
US9934385B2 (en) System and method for implementing application policies among development environments
US11194550B2 (en) System and method for migrating legacy software to a system common architecture
CN106528100A (en) System and method for model based technology and process for safety-critical software development
US20080276221A1 (en) Method and apparatus for relations planning and validation
US20160179653A1 (en) Source code equivalence verification device and source code equivalence verification method
US8145992B2 (en) Validation assisted document conversion design
Cooper et al. Model-based development of engine control systems: Experiences and lessons learnt
EP3851955A1 (en) Systems and methods for software documentation and code generation management
CN110347588A (en) Software verification method, device, computer equipment and storage medium
KR20190094779A (en) Automatically Generate Device for PLC Instruction Compiler Test-Case
Adams Aristotle: A flexible open-source software toolkit for semi-automated marking of programming assignments
CN107590063A (en) A kind of software product maturity assessment method
Sarkis et al. A set of rules for production of design models compliant with standards DO-178C and DO-331
Duffau et al. Towards embedded system agile development challenging verification, validation and accreditation: Application in a healthcare company
Burnard et al. Verifying and validating automatically generated code
Pitchford Embedded software quality, integration, and testing techniques
KR20210147354A (en) Method and apparatus for automatic merging between source codes
US11922153B2 (en) Pipeline manager
Mendonça et al. Feature-oriented Test Case Selection during Evolution of Highly-Configurable Systems
CN113672269B (en) Data processing method, system, electronic device and program product
JP7059163B2 (en) Management data improvement equipment, methods and programs
US20230259449A1 (en) Evaluation and update of test code with respect to production code changes
Pangione et al. Workflow for the Assessment of ITER Plasma Control System Design

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant