Table of Contents
Reply content:
Home Backend Development PHP Tutorial javascript - Let me ask you a question. I have just been working as a front-end for a month (internship).

javascript - Let me ask you a question. I have just been working as a front-end for a month (internship).

Aug 04, 2016 am 09:19 AM
css html javascript php

, now I am working on an official website project, the requirement is to be responsive, and the mobile terminal must also be adapted. There is a UI design draft for me on the PC side, but not on the mobile side. Now the mobile side is completed, but since there is no design draft, I follow My best layout is based on the product manager’s brief instructions, but yesterday the product manager saw a lot of things that needed to be changed. Is this my problem? How can I make it like you said without the original manuscript? I would like to ask if this process is standardized? Are the original manuscripts available on both the PC and mobile terminals?

Reply content:

, now I am working on an official website project, the requirement is to be responsive, and the mobile terminal must also be adapted. There is a UI design draft for me on the PC side, but not on the mobile side. Now the mobile side is completed, but since there is no design draft, I follow My best layout is based on the product manager’s brief instructions, but yesterday the product manager saw a lot of things that needed to be changed. Is this my problem? How can I make it like you said without the original manuscript? I would like to ask if this process is standardized? Are the original manuscripts available on both the PC and mobile terminals?

The real process is:

Programmer: What kind of application do you want.
Customer: You write first, and I will know after you write it.
........................
Programmer: It’s written
Customer: Change this to something like this.
................
Programmer: It’s changed
Customer: It’s not as good as before, change it back.
................
Customer: I think other people’s ones are good, let’s add one too.
Programmer: . . . .
................................
Customer: I saw another cool feature, I will add it. Guaranteed this is the last time. Give it to me tomorrow.
Programmer: . . . .
................................
Customer: Have you finished writing? I think this is still not good. Please change it again.
Programmer: . . . .

It’s not standardized. The design needs to be confirmed by the product manager before the program starts. Later, you add the requirements while doing it.

First of all, the problem is not your problem. The design draft should include the mobile version, even if it is very similar. However, it is normal for such situations to occur at work, especially in startups or small companies. Even if a complete design is given, there will still be changes, because no product is designed perfectly from the beginning. Products are constantly being optimized. So this is not really a problem. The important thing is how everyone works together to complete this matter. Even if a problem occurs, the first thing to do is to solve the problem.

Ask him, why don’t you go to heaven

Irregularity is certainly not your problem

Not standardized, of course you must have the original manuscript


Be sure to confirm before starting to do it, otherwise the programmer will be exhausted and play with him every day. His words are enough for the programmer for many days

Just suffer the loss this time. You will gain wisdom after learning every mistake. If you don’t have the original manuscript, you won’t do it next time. It's futile to do it. Just like what the boss said on the second floor, if you do it according to your own ideas and wishes, the products and customers will not have any free time. Next time, clarify the needs before you start doing it. Otherwise, you won’t do it. It’s so tough and urinary!

Of course not. There will be several drafts of responsive design, and ours will take four drafts. This approach is what the artist does when he is not at home. If you want to avoid multiple revisions of Product The next time you want to modify the same place, you can explain it. If this happens for a long time, you know.

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to correctly display the locally installed 'Jingnan Mai Round Body' on the web page? How to correctly display the locally installed 'Jingnan Mai Round Body' on the web page? Apr 05, 2025 pm 10:33 PM

Using locally installed font files in web pages Recently, I downloaded a free font from the internet and successfully installed it into my system. Now...

How to select a child element with the first class name item through CSS? How to select a child element with the first class name item through CSS? Apr 05, 2025 pm 11:24 PM

When the number of elements is not fixed, how to select the first child element of the specified class name through CSS. When processing HTML structure, you often encounter different elements...

Does H5 page production require continuous maintenance? Does H5 page production require continuous maintenance? Apr 05, 2025 pm 11:27 PM

The H5 page needs to be maintained continuously, because of factors such as code vulnerabilities, browser compatibility, performance optimization, security updates and user experience improvements. Effective maintenance methods include establishing a complete testing system, using version control tools, regularly monitoring page performance, collecting user feedback and formulating maintenance plans.

Explain the match expression (PHP 8 ) and how it differs from switch. Explain the match expression (PHP 8 ) and how it differs from switch. Apr 06, 2025 am 12:03 AM

In PHP8, match expressions are a new control structure that returns different results based on the value of the expression. 1) It is similar to a switch statement, but returns a value instead of an execution statement block. 2) The match expression is strictly compared (===), which improves security. 3) It avoids possible break omissions in switch statements and enhances the simplicity and readability of the code.

Describe the purpose and usage of the ... (splat) operator in PHP function arguments and array unpacking. Describe the purpose and usage of the ... (splat) operator in PHP function arguments and array unpacking. Apr 06, 2025 am 12:07 AM

The... (splat) operator in PHP is used to unpack function parameters and arrays, improving code simplicity and efficiency. 1) Function parameter unpacking: Pass the array element as a parameter to the function. 2) Array unpacking: Unpack an array into another array or as a function parameter.

What are the advantages of H5 page production What are the advantages of H5 page production Apr 05, 2025 pm 11:48 PM

The advantages of H5 page production include: lightweight experience, fast loading speed, and improving user retention. Cross-platform compatibility, no need to adapt to different platforms, improving development efficiency. Flexibility and dynamic updates, no audit required, making it easier to modify and update content. Cost-effective, lower development costs than native apps.

How to compatible with multi-line overflow omission on mobile terminal? How to compatible with multi-line overflow omission on mobile terminal? Apr 05, 2025 pm 10:36 PM

Compatibility issues of multi-row overflow on mobile terminal omitted on different devices When developing mobile applications using Vue 2.0, you often encounter the need to overflow text...

Is H5 page production a front-end development? Is H5 page production a front-end development? Apr 05, 2025 pm 11:42 PM

Yes, H5 page production is an important implementation method for front-end development, involving core technologies such as HTML, CSS and JavaScript. Developers build dynamic and powerful H5 pages by cleverly combining these technologies, such as using the <canvas> tag to draw graphics or using JavaScript to control interaction behavior.

See all articles